Batch data ingestion #1395
Labels
enhancement
New feature or request
🚀 performance
Optimization, memory use, etc
🐍 Python API
Python logging API
⛃ re_datastore
affects the datastore itself
🦀 Rust API
Rust logging API
Currently each call to
log_point
or 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 newLogMsg
every 50ms or so.The text was updated successfully, but these errors were encountered: