Query caching for "sticky" scenes (plots, text logs...) #374
Labels
enhancement
New feature or request
🚀 performance
Optimization, memory use, etc
⛃ re_datastore
affects the datastore itself
🔍 re_query
affects re_query itself
user-request
This is a pressing issue for one of our users
Milestone
Currently, querying a sticky scene is O(n), and as time goes on it gets more and more laggy.
This is already an issue for plots and text logs today.
Ideally, one would want to cache the results of a query up to
now()
, and then only query the difference the next frame, and so on and so on.Problem is: what about out of order data?
The text was updated successfully, but these errors were encountered: