/bolt

Bigboltdb is a fork of boltdb that supports database compaction and thus can store big values (over 1MB). Writing big values causes fragmentation of the backing file, requiring regular compaction to avoid infinite file growth. Bigboltdb provides a Compact() api call to do this, and a mechanism to establish regular, automatic compaction.

Primary LanguageGoMIT LicenseMIT

Stargazers

No one’s star this repository yet.