-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Bug Report: Noisy vtexplain
log output
#15242
Comments
With #15275 & #15279 the tests don't throw a large amount of error logs anymore and they are also 10x faster to run.
I think this is a red herring or at least some side effect of the bug in #15275 that somehow GRPC connections were made. Since I think we should try again with the above fixes to see if there's still a problem or not. |
Tested on sample data and running fast again. Thank you! |
Overview of the Issue
vtexplain
generates many duplicate error messages, which can slow execution.Reproduction Steps
vschema.json
:schema.sql
:vtexplain
as follows:vtexplain --planner-version Gen4 --shards 8 --schema-file ./schema.sql --vschema-file ./vschema.json --sql "SELECT * FROM dap_test2 WHERE (shard_id = 1 and id = 1) OR (shard_id = 2 and id = 2) OR (shard_id = 3 and id = 3)"
Binary Version
vtgate version Version: 20.0.0-SNAPSHOT (Git revision af1d6d6f47e6aee230d2662dbffcf98c813952af branch 'main') built on Wed Feb 14 17:12:26 PST 2024 by tyler@local using go1.22.0 darwin/amd64
Operating System and Environment details
Log Fragments
The text was updated successfully, but these errors were encountered: