You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Grant Henke (Jira)" <ji...@apache.org> on 2020/06/02 20:55:00 UTC

[jira] [Resolved] (KUDU-2174) More efficient storage for ConsensusMetadata

     [ https://issues.apache.org/jira/browse/KUDU-2174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Henke resolved KUDU-2174.
-------------------------------
    Fix Version/s: NA
       Resolution: Duplicate

> More efficient storage for ConsensusMetadata
> --------------------------------------------
>
>                 Key: KUDU-2174
>                 URL: https://issues.apache.org/jira/browse/KUDU-2174
>             Project: Kudu
>          Issue Type: Improvement
>          Components: consensus
>            Reporter: Mike Percy
>            Priority: Major
>              Labels: roadmap-candidate, scalability
>             Fix For: NA
>
>
> 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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)