Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(jdbc): result streaming #9437

Merged
merged 2 commits into from Oct 24, 2023
Merged

Conversation

Mause
Copy link
Member

@Mause Mause commented Oct 23, 2023

Fixes #7327

@Mytherin Mytherin merged commit bbe5289 into duckdb:main Oct 24, 2023
43 checks passed
@Mytherin
Copy link
Collaborator

Thanks!

@Mause Mause added the Needs Documentation Use for issues or PRs that require changes in the documentation label Oct 25, 2023
@Mause Mause deleted the feature/jdbc-result-streaming branch October 25, 2023 09:52
@jonathanswenson
Copy link
Contributor

@Mause Does this have any effect when using the arrow result set export codepath (arrowExportStream) Or is it just for JDBC result set iteration?

@tom-s-powell
Copy link

@Mause I had the same question as @jonathanswenson. With arrowExportStream will this also benefit from result streaming? I see some open PRs (e.g., #9629) that suggest this is maybe not the case?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Documentation Use for issues or PRs that require changes in the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JDBC ResultSet consumes unlimited memory
4 participants