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 503f10a commit 55672cfCopy full SHA for 55672cf
CHANGELOG
@@ -1,3 +1,9 @@
1
+3.12.6.2 (2025-12-XX)
2
+---------------------
3
+
4
+* Fix RocksDB cluttering into tiny SST files.
5
6
7
3.12.6.1 (2025-11-08)
8
---------------------
9
arangod/RocksDBEngine/RocksDBOptionFeature.cpp
@@ -321,7 +321,7 @@ RocksDBOptionFeature::RocksDBOptionFeature(Server& server)
321
_enableBlobGarbageCollection(true),
322
_exclusiveWrites(false),
323
_minWriteBufferNumberToMergeTouched(false),
324
- _partitionFilesForDocumentsCf(true),
+ _partitionFilesForDocumentsCf(false),
325
_partitionFilesForPrimaryIndexCf(false),
326
_partitionFilesForEdgeIndexCf(false),
327
_partitionFilesForVPackIndexCf(false),
0 commit comments