We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9560a2e commit bb8b768Copy full SHA for bb8b768
index/scorch/persister.go
@@ -381,7 +381,7 @@ type flushable struct {
381
382
// number workers which parallely perform an in-memory merge of the segments
383
// followed by a flush operation.
384
-var DefaultNumPersisterWorkers = 4
+var DefaultNumPersisterWorkers = 8
385
386
// maximum size of data that a single worker is allowed to perform the in-memory
387
// merge operation.
0 commit comments