-
Notifications
You must be signed in to change notification settings - Fork 408
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix very slow global introspection query when there are lots of datab…
…ases (#6633) The introspection query was fetching annotations, which can never be populated on databases and which was exhibiting some pretty pathological quadratic time introspection queries. With 500 dbs, it took me about 30s. Also add a new knob to the patch system so that we can apply this in a patch without it needing to do anything expensive on each database.
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
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