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

Get table comments from RDBMS in bulk #21238

Conversation

findepi
Copy link
Member

@findepi findepi commented Mar 25, 2024

Improve speed of getting table comments in JDBC connectors manifold. Get them all at once.

@cla-bot cla-bot bot added the cla-signed label Mar 25, 2024
@findepi findepi force-pushed the findepi/get-table-comments-from-rdbms-in-bulk-2ef717 branch from 3d1510e to 7eb6b09 Compare March 25, 2024 14:47
Copy link
Contributor

@radek-kondziolka radek-kondziolka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Improve speed of getting table comments in JDBC connectors manifold. Get

How do you know that it is faster?

@findepi
Copy link
Member Author

findepi commented Mar 25, 2024

Improve speed of getting table comments in JDBC connectors manifold. Get

How do you know that it is faster?

Instead of doing 1 call of type A and then N calls of type B, the connector now issues 1 call of type A and 0 other calls

Improve speed of getting table comments in JDBC connectors manifold. Get
them all at once.
@findepi findepi force-pushed the findepi/get-table-comments-from-rdbms-in-bulk-2ef717 branch from 7eb6b09 to 5a19158 Compare March 25, 2024 18:55
@findepi findepi merged commit 7f009a8 into trinodb:master Mar 26, 2024
62 checks passed
@findepi findepi deleted the findepi/get-table-comments-from-rdbms-in-bulk-2ef717 branch March 26, 2024 04:19
@github-actions github-actions bot added this to the 444 milestone Mar 26, 2024
@mosabua
Copy link
Member

mosabua commented Mar 26, 2024

Do we want a release notes entry for this on all JDBC connectors or is it not worth mentioning @findepi

@findepi
Copy link
Member Author

findepi commented Mar 27, 2024

sure, please do

@mosabua
Copy link
Member

mosabua commented Mar 27, 2024

Done

@mosabua
Copy link
Member

mosabua commented Mar 28, 2024

@findepi can you please confirm the release notes entries for this in #21212

@findepi
Copy link
Member Author

findepi commented Mar 28, 2024

looks awesome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

4 participants