We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d3749a commit 1c48275Copy full SHA for 1c48275
pkg/storage/parquet/chunk_querier.go
@@ -31,7 +31,7 @@ type querierOpts struct {
31
}
32
33
var DefaultQuerierOpts = querierOpts{
34
- concurrency: (runtime.GOMAXPROCS(0) + 1) / 2,
+ concurrency: runtime.GOMAXPROCS(0),
35
rowCountLimitFunc: search.NoopQuotaLimitFunc,
36
chunkBytesLimitFunc: search.NoopQuotaLimitFunc,
37
dataBytesLimitFunc: search.NoopQuotaLimitFunc,
0 commit comments