You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@nadeemja if you look at the code in the Paginator Class, yes I can say that because I'm using ES6; you will see that the fetch() is only called after skipping and limiting the collection entries. This should mean that it will scale for large collections provided proper indexing is done on MongoDB.
Hi,
Does this subscribe to an entire collection at once, or does it do it incrementally (per page)?
Just wondering if this will scale for very large collections.
The text was updated successfully, but these errors were encountered: