Skip to content

Comment on Badger vs. RocksDB

Comments

The two points I wanted to know about their differences:

Badger is different from other LSM tree based DBs in that it colocates only small values or pointers along with these keys, storing the values separately in a value log.
we decided to cut out RocksDB and Cgo entirely from our code base and write a fast key-value database purely in Go
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.