Skip to content

Query caching for "sticky" scenes (plots, text logs...) #374

@teh-cmc

Description

@teh-cmc

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?

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestuser-requestThis is a pressing issue for one of our users⛃ re_datastoreaffects the datastore itself📉 performanceOptimization, memory use, etc🔍 re_queryaffects re_query itself

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions