Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
Description
Consider using LMDB or RocksDB to more efficiently store ConsensusMetadata (cmeta) on disk. This would be more efficient than our current use of a single file per cmeta because it these systems batch writes therefore reducing fsyncs and improving write throughput.
Attachments
Issue Links
- duplicates
-
KUDU-2204 Revamp storage of tablet server metadata
- Open