-
Notifications
You must be signed in to change notification settings - Fork 608
Closed
Labels
sdk-rustRust logging APIRust logging API⛃ re_datastoreaffects the datastore itselfaffects the datastore itself📉 performanceOptimization, memory use, etcOptimization, memory use, etc
Description
The batcher has an opportunity to sort potentially-slightly-unordered-data (e.g. a user logging to the same entity path from multiple threads) at basically no extra cost, saving a lot of compute on the backend (OOO ingestion is painful for the store, the main cache, the secondary caches...).
We need to extract the swap-sorting logic from the store and expose it on DataTable so everything can benefit from it with no effort.
Metadata
Metadata
Assignees
Labels
sdk-rustRust logging APIRust logging API⛃ re_datastoreaffects the datastore itselfaffects the datastore itself📉 performanceOptimization, memory use, etcOptimization, memory use, etc