Skip to content

Streaming optimizations

Compare
Choose a tag to compare
@slvrtrn slvrtrn released this 04 Oct 18:41
· 209 commits to main since this release
  • Breaking changes: Rows abstraction was renamed to ResultSet.
  • Breaking changes: now, every iteration over ResultSet.stream() yields Row[] instead of a single Row. Please check out an example and this PR for more details. These changes allowed us to significantly reduce overhead on select result set streaming.
  • Updated README and examples to cover the changes.
  • split2 is no longer a package dependency.