Skip to content

Vert.x JDBC client mutiny binding and result sets #935

Answered by cescoffier
guykatz asked this question in Q&A
Discussion options

You must be logged in to vote

In general, databases do not stream. It's especially true when using JDBC. So, the row sets are already in memory. Use java.util.stream is good for that use case.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by guykatz
# for free to join this conversation on GitHub. Already have an account? # to comment
Category
Q&A
Labels
None yet
2 participants