Closed debuggor closed 4 years ago
if use leveldb, how can i set it to rocksdb?
add the following param to your docker run
-e DB_ENGINE=rocksdb
thanks
Thanks @Mave95
@debuggor We don't do anything special with the configuration, all the available ENV options are documented in the ElectrumX docs, you can see the DB_ENGINE
option here: https://electrumx.readthedocs.io/en/latest/environment.html#envvar-DB_ENGINE
What database does Docker use by default?
Same as above, we just use the default ElectrumX options, so currently as you already seem to be aware, it defaults to leveldb
. If ElectrumX defaults to rocksdb
in the future, so will this Docker image.
What database does Docker use by default? rocksdb? leveled? thanks