Skip to content
Snippets Groups Projects
Verified Commit e29b4d07 authored by Arseniy Volynets's avatar Arseniy Volynets :boy_tone5: Committed by Denis Smirnov
Browse files

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
1 merge request!1330feat: show buckets estimation in explain
Pipeline #53294 passed