bonsaidb icon indicating copy to clipboard operation
bonsaidb copied to clipboard

Add streaming view iteration

Open ecton opened this issue 4 years ago • 1 comments
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

ecton avatar Oct 28 '21 03:10 ecton

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.

ecton avatar Jan 22 '22 17:01 ecton