Skip to content

Commit

Permalink
fix: increase the default stream batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
kolesnikovae committed Jun 5, 2024
1 parent bf7e2be commit 140cd4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/phlaredb/block_querier.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import (
)

const (
defaultBatchSize = 4096
defaultBatchSize = 64 << 10

// This controls the buffer size for reads to a parquet io.Reader. This value should be small for memory or
// disk backed readers, but when the reader is backed by network storage a larger size will be advantageous.
Expand Down

0 comments on commit 140cd4f

Please sign in to comment.