This repository was archived by the owner on Jan 28, 2021. It is now read-only.
This repository was archived by the owner on Jan 28, 2021. It is now read-only.
Replace and test BoltDB by github.com/etcd-io/bbolt #614
Closed
Description
Because BoltDB (which we use for index mapping) is archived project, it means that we cannot expect any potential bug fixes and new features.
That's why we should replace boltDB, by active implementation (suggested by bolt db author):
https://github.com/etcd-io/bbolt