You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[TSDB] Use index sampling to determine shard factor (#6396)
* use index sampling to determine shard factor
* logging/tracing + better parallelism planning
* queryrange downstreamer now checks max_query_parallelism
* lint
* handles interval, offset in tsdb planning and adds logging
* fixes ns->ms confusion in index stats proto
* handle zero shard value without panics
* shardmapper will downstream a single unsharded query
* uses concat expr with no shards to avoid query parsing errors
* better logging
* fixes wrong Size() method call and rounds to nearest KB when calculating chunk size
* humanize bytes in log line
* only adds defaultLookback to index sampling when interval is zero
* removes comment
* more logging
* adjust through correctly
* adds query length for index queries
0 commit comments