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

[CALCITE-3333] Add pluggable frame size limits #110

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gabrielreid
Copy link
Member

Add an ability to plug in custom limiting of ResultSet frame
sizes by overriding a method of JdbcMeta.

The intention is to allow limiting the size of a ResultSet
frame based on the amount of time taken to create it, in addition
to limiting based on the number of rows in the frame.

Add an ability to plug in custom limiting of ResultSet frame
sizes by overriding a method of JdbcMeta.

The intention is to allow limiting the size of a ResultSet
frame based on the amount of time taken to create it, in addition
to limiting based on the number of rows in the frame.
@vlsi vlsi force-pushed the master branch 3 times, most recently from d90fb8c to 92045d0 Compare November 17, 2019 14:44
@julianhyde julianhyde force-pushed the master branch 2 times, most recently from a9723ff to ef277ff Compare October 11, 2021 18:50
@F21 F21 force-pushed the main branch 2 times, most recently from b97b819 to 4c0999b Compare November 28, 2023 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant