Skip to content

Timeseries Analytics Usecase #469

Answered by hg-ms
chirdeeptomar asked this question in Q&A
Discussion options

You must be logged in to vote

Your assumptions are right.
With a HashMap as storage root that contains Lazy loaded lists Microstream will only load the HashMap at startup but not the Lists in the map. Those will be loaded later when you access the content of the Lazy-Reference. After loading the lazy referenced content into memory filtering can be done with pure Java in memory.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by chirdeeptomar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants