-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove invalid query ID cache from HBO cache manager
This cache adds a query ID when HBO failed to fetch history stats for this query. Later during cost based planning, it will skip reading history stats. However, the saving is small as the reading will be from cache. And currently we run HBO optimizer twice, getting empty stats for one run does not necessarily mean getting empty stats for the other run. This is an over optimization and I remove it here.
- Loading branch information
1 parent
278c285
commit d39ce0f
Showing
2 changed files
with
1 addition
and
21 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