perf: optimise import batching
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M internal/index/indexer.go → internal/index/indexer.go
@@ -226,6 +226,7 @@ err, fmsg.Withf("could not check if index exists at path %s", indexBaseName)) } kvconfig := map[string]any{ + "unsafe_batch": true, "scorchPersisterOptions": map[string]any{ "NumPersisterWorkers": 8, "MaxSizeInMemoryMergePerWorker": 128 * 1024 * 1024,