Searched defs:CowOptions (Results 1 – 1 of 1) sorted by relevance
40 struct CowOptions { struct41 uint32_t block_size = 4096;42 std::string compression;45 std::optional<uint64_t> max_blocks;48 uint32_t cluster_ops = 1024;50 bool scratch_space = true;53 uint64_t num_merge_ops = 0;56 uint16_t num_compress_threads = 0;59 bool batch_write = false;62 uint64_t op_count_max = 0;[all …]