-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change schema/table prefix behavior in system.jdbc and info_schema
Schema and table prefixes are treated equal when limiting their numbers during column queries in system.jdbc and information_schema. But in reality fetching tables from 100 schemas and then filtering them in memory is way more expensive than fetching 100 tables directly. This is especially true if schemas have lots of tables underneath that we will have to go through.
- Loading branch information
1 parent
50487a0
commit 0ba9d57
Showing
4 changed files
with
166 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.