Skip to content

Commit 5b66f0e

Browse files
committed
feat(cubestore): Metastore - increase parallelism to 2
1 parent d2773a7 commit 5b66f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/cubestore/cubestore/src/metastore/rocks_store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ impl RocksStoreConfig {
772772
// Default: 1 (i.e. no subcompactions)
773773
max_subcompactions: 1,
774774
// Default: 1
775-
parallelism: 1,
775+
parallelism: 2,
776776
}
777777
}
778778

0 commit comments

Comments
 (0)