feat: show bucket estimation in SQL explain
Now SQL explain shows the user what buckets the query would be executed on. Some results are exact, others are not (we return `buckets: unknown` or `buckets: <= [..]` according to the query).
parent
d0ea242c
No related branches found
No related tags found
Showing
- CHANGELOG.md 1 addition, 0 deletionsCHANGELOG.md
- src/sql/storage.rs 1 addition, 5 deletionssrc/sql/storage.rs
- test/int/test_cli_ux.py 4 additions, 0 deletionstest/int/test_cli_ux.py
- test/int/test_pgproto.py 2 additions, 1 deletiontest/int/test_pgproto.py
- test/int/test_sql.py 183 additions, 1 deletiontest/int/test_sql.py
Loading
Please register or sign in to comment