-
Notifications
You must be signed in to change notification settings - Fork 707
Batch data ingestion #1395
Copy link
Copy link
Closed as not planned
Labels
enhancementNew feature or requestNew feature or requestsdk-pythonPython logging APIPython logging APIsdk-rustRust logging APIRust logging API⛃ re_datastoreaffects the datastore itselfaffects the datastore itself📉 performanceOptimization, memory use, etcOptimization, memory use, etc
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestsdk-pythonPython logging APIPython logging APIsdk-rustRust logging APIRust logging API⛃ re_datastoreaffects the datastore itselfaffects the datastore itself📉 performanceOptimization, memory use, etcOptimization, memory use, etc
Currently each call to
log_pointor similar results in at least oneLogMsg. This is wasteful in time and memory. It would be much better to batch calls so that we only send a newLogMsgevery 50ms or so.