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: pass JDBCSampler.maxRows to Statement.setMaxRows so the driver does not fetch extra rows from the database #6216

Merged
merged 1 commit into from
Dec 30, 2023

Conversation

vlsi
Copy link
Collaborator

@vlsi vlsi commented Dec 30, 2023

Description

Previously, maxRows was implemented as a limit on the client side, however, the driver might fetch more data than was needed.

@vlsi vlsi added this to the 5.6.3 milestone Dec 30, 2023
@vlsi vlsi force-pushed the max_rows branch 2 times, most recently from fe4f0a6 to 24473c3 Compare December 30, 2023 09:57
@vlsi vlsi merged commit 945281c into apache:master Dec 30, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant