@@ -636,38 +636,4 @@ internal-used-unfinished-full-sync :
636636# for wash data from 4.0.0 to 4.0.1
637637# https://github.com/OpenAtomFoundation/pika/issues/2886
638638# default value: true
639- wash-data: true
640-
641- # Pika automatic compact compact strategy, a complement to rocksdb compact.
642- # Trigger the compact background task periodically according to `compact-interval`
643- # Can choose `full-compact` or `obd-compact`.
644- # obd-compact https://github.com/OpenAtomFoundation/pika/issues/2255
645- compaction-strategy : obd-compact
646-
647- # For OBD_Compact
648- # According to the number of sst files in rocksdb,
649- # compact every `compact-every-num-of-files` file.
650- compact-every-num-of-files : 10
651-
652- # For OBD_Compact
653- # In another search, if the file creation time is
654- # greater than `force-compact-file-age-seconds`,
655- # a compaction of the upper and lower boundaries
656- # of the file will be performed at the same time
657- # `compact-every-num-of-files` -1
658- force-compact-file-age-seconds : 300
659-
660- # For OBD_Compact
661- # According to the number of sst files in rocksdb,
662- # compact every `compact-every-num-of-files` file.
663- force-compact-min-delete-ratio : 10
664-
665- # For OBD_Compact
666- # According to the number of sst files in rocksdb,
667- # compact every `compact-every-num-of-files` file.
668- dont-compact-sst-created-in-seconds : 20
669-
670- # For OBD_Compact
671- # According to the number of sst files in rocksdb,
672- # compact every `compact-every-num-of-files` file.
673- best-delete-min-ratio : 10
639+ wash-data: true
0 commit comments