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
Currently all documents in a page are fetched from mongo with cursor.All() would it be possible to create a variant that returns a kind of io.Reader so the documents can be streamed to a HTTP response and thus reduce the memory footprint a bit.
The text was updated successfully, but these errors were encountered:
Currently all documents in a page are fetched from mongo with cursor.All() would it be possible to create a variant that returns a kind of
io.Reader
so the documents can be streamed to a HTTP response and thus reduce the memory footprint a bit.The text was updated successfully, but these errors were encountered: