-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachtest: run EXPLAIN ANALYZE when tpchvec/perf fails
We have a mysterious rare failure on query 7 in which `vectorize=on` performs significantly worse than `vectorize=off`. I'm out of possible explanations for this, so this commit adds an ability to run `EXPLAIN ANALYZE` on the query with both `vectorize` options when the slowness threshold is exceeded. Hopefully it'll give us some insight into the perf failures. Release note: None
- Loading branch information
1 parent
33675f9
commit 50fc566
Showing
1 changed file
with
44 additions
and
14 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