Steem: Add configuration option for rocksdb data directory

Created on 21 Sep 2018  路  2Comments  路  Source: steemit/steem

Just like we can currently configure --data-dir and --shared-file-dir, it would be nice to have a --rocksdb-data-dir configuration parameter that allows specifying the location of where this data is stored.

Currently I'm accomplishing this by symlinking the account-history-rocksdb-storage folder to another drive.

Most helpful comment

account-history-rocksdb-path does this.

It will work relative to data dir if it is a relative path.

All 2 comments

account-history-rocksdb-path does this.

It will work relative to data dir if it is a relative path.

Awesome, thank you! I searched through the codebase looking for things related to rocksdb and path, but didn't stumble across this option.

Was this page helpful?
0 / 5 - 0 ratings