splitgraph / seafowl

Analytical database for data-driven Web applications 🪶
https://seafowl.io
Apache License 2.0
390 stars 9 forks source link

Implement streaming of result rows #424

Closed gruuya closed 1 year ago

gruuya commented 1 year ago

This is so as to avoid accumulating the entire result in memory and potentially OOM-ing the process. Closes #258

Example, using a large table to perform SELECT * ... LIMIT 100000: