You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current configuration for provenanced primarily supports leveldb which is starting to show performance issues at scale. Add support for migrating existing leveldb data to other databases supported by Cosmos/Tendermint (e.g. rocksdb, badgerdb) so that we can properly test performance characteristics across database backends.
Problem Definition
What problems may be addressed by introducing this feature?
Issues with slow node start-up/catch-up times as well as general processing performance.
What benefits does the Provenance Network stand to gain by including this feature?
Better experience for node operators, faster recovery when bootstrapping from quicksync, and generally improved performance.
Proposal
Create a new binary that sits on top of the tm-db database libraries which allows database information to be migrated from one type to another.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary
The current configuration for
provenanced
primarily supportsleveldb
which is starting to show performance issues at scale. Add support for migrating existingleveldb
data to other databases supported by Cosmos/Tendermint (e.g.rocksdb
,badgerdb
) so that we can properly test performance characteristics across database backends.Problem Definition
What problems may be addressed by introducing this feature?
Issues with slow node start-up/catch-up times as well as general processing performance.
What benefits does the Provenance Network stand to gain by including this feature?
Better experience for node operators, faster recovery when bootstrapping from quicksync, and generally improved performance.
Proposal
Create a new binary that sits on top of the
tm-db
database libraries which allows database information to be migrated from one type to another.For Admin Use
The text was updated successfully, but these errors were encountered: