Skip to content

Does SignalDB require the entire collection to be in memory? #1008

Answered by maxnowack
beorn asked this question in Q&A
Discussion options

You must be logged in to vote

For the most use cases, it should be fine to have all data in memory. However, if you need to handle a lot of data, memory could be insufficient to handle these amounts. That's exactly what I want to tackle with #397 but I'm not yet 100% sure how I could implement it.
Currently it is possible with the ´AutoFetchCollection´ to on-demand fetch data from a sqlite/pglite database. I always thought about fetching remote data with the AutoFetchCollection but It's actually also quite useful for fetching asynchronous storage.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by beorn
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