seancorfield / next-jdbc

A modern low-level Clojure wrapper for JDBC-based access to databases.
https://cljdoc.org/d/com.github.seancorfield/next.jdbc/
Eclipse Public License 1.0
768 stars 90 forks source link

Could plan's result implement CollFold? #125

Closed seancorfield closed 4 years ago

seancorfield commented 4 years ago

It would have to fully realize each row, but it could batch up the result set into chunks and reduce them as fork-join tasks.