Documentation
¶
Overview ¶
Package leveldb provides factory functions for creating LevelDB based Log DB.
LevelDB support is in BETA status, it is recommended to use the RocksDB based Log DB in production.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBatchedLogDB ¶
NewBatchedLogDB is the factory function for creating LevelDB based Log DB instances. Raft entries are batched before they get stored into LevelDB, it uses more memory and provides better throughput performance.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.