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

fix: EXPOSED-115 only get the table columns of the requested tables #1820

Closed

Conversation

sballance
Copy link

@sballance sballance commented Aug 2, 2023

The columns function on JdbcDatabaseMetadataImpl was using a wildcard for the table name pattern. This change makes it so that it only checks the tables that were supplied to the function and will greatly speed up the function for projects with a lot of tables.

@sballance
Copy link
Author

Our project has over 35k tables and the current implementation was timing out after running for about 10 minutes. With these changes everything runs in less than 10 seconds.

@sballance
Copy link
Author

This has been resolved and can be closed
#1678

@sballance sballance closed this Sep 15, 2023
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