Skip to content

Creating memory efficient reactive IObservable<IChangeset<T>> based on Realm database query #894

Answered by JakenVeina
kyurkchyan asked this question in Q&A
Discussion options

You must be logged in to vote

If Realm itself doesn't support any pagination, I don't see how Dynamic Data could be made to interop with it, for large datasets. I also don't see how Realm is terribly useful, at all, then. If you can only bind an entire table at once, into a view, what's the point of using Realm? Just to capture incremental changes to the table after the binding is initialized? You stated "The actual data will only be fetched from the database when accessed." initially, but I don't see how this is possible if Realm doesn't support some kind of paging. That's really what paging is, it's saying "I don't need the entire dataset all at once, just a portion of it".

Maybe there's an API in Realm at a lower-l…

Replies: 3 comments 2 replies

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
2 replies
@kyurkchyan
Comment options

@JakenVeina
Comment options

Answer selected by kyurkchyan
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