github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/tests/integration_tests/multi_rocks/conf/tikv_config.toml (about)

     1  [storage]
     2  # Disable creating a large temp file.
     3  reserve-space = "0MB"
     4  engine = "partitioned-raft-kv"
     5  [rocksdb]
     6  max-open-files = 4096
     7  [raftdb]
     8  max-open-files = 4096
     9  [raftstore]
    10  # true (default value) for high reliability, this can prevent data loss when power failure.
    11  sync-log = false
    12  [cdc]
    13  hibernate-regions-compatible = true