bonsaidb
bonsaidb copied to clipboard
Add streaming view iteration
trafficstars
We should reconsider adding a stream-like interface to view queries. This requires work to be done in Nebari, but it should allow for a flexible approach to streaming results rather than returning a Vec of results.
- Blocked by khonsulabs/nebari/issues/24
The more I've pondered this, I don't think the original idea was as good as I hoped for it to be. I think a better approach might be to build a high-level stream implementation that automatically chunks requests.