mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-08 23:08:19 -05:00
feat(storage): add rocksdb provider into database provider (#20253)
This commit is contained in:
@@ -43,6 +43,9 @@ Datadir:
|
||||
--datadir.static-files <PATH>
|
||||
The absolute path to store static files in.
|
||||
|
||||
--datadir.rocksdb <PATH>
|
||||
The absolute path to store `RocksDB` database in.
|
||||
|
||||
--config <FILE>
|
||||
The path to the configuration file to use
|
||||
|
||||
|
||||
@@ -27,6 +27,9 @@ Datadir:
|
||||
--datadir.static-files <PATH>
|
||||
The absolute path to store static files in.
|
||||
|
||||
--datadir.rocksdb <PATH>
|
||||
The absolute path to store `RocksDB` database in.
|
||||
|
||||
--config <FILE>
|
||||
The path to the configuration file to use
|
||||
|
||||
|
||||
@@ -27,6 +27,9 @@ Datadir:
|
||||
--datadir.static-files <PATH>
|
||||
The absolute path to store static files in.
|
||||
|
||||
--datadir.rocksdb <PATH>
|
||||
The absolute path to store `RocksDB` database in.
|
||||
|
||||
--config <FILE>
|
||||
The path to the configuration file to use
|
||||
|
||||
|
||||
@@ -27,6 +27,9 @@ Datadir:
|
||||
--datadir.static-files <PATH>
|
||||
The absolute path to store static files in.
|
||||
|
||||
--datadir.rocksdb <PATH>
|
||||
The absolute path to store `RocksDB` database in.
|
||||
|
||||
--config <FILE>
|
||||
The path to the configuration file to use
|
||||
|
||||
|
||||
@@ -27,6 +27,9 @@ Datadir:
|
||||
--datadir.static-files <PATH>
|
||||
The absolute path to store static files in.
|
||||
|
||||
--datadir.rocksdb <PATH>
|
||||
The absolute path to store `RocksDB` database in.
|
||||
|
||||
--config <FILE>
|
||||
The path to the configuration file to use
|
||||
|
||||
|
||||
@@ -71,6 +71,9 @@ Datadir:
|
||||
--datadir.static-files <PATH>
|
||||
The absolute path to store static files in.
|
||||
|
||||
--datadir.rocksdb <PATH>
|
||||
The absolute path to store `RocksDB` database in.
|
||||
|
||||
Networking:
|
||||
-d, --disable-discovery
|
||||
Disable the discovery service
|
||||
|
||||
@@ -248,6 +248,9 @@ Datadir:
|
||||
--datadir.static-files <PATH>
|
||||
The absolute path to store static files in.
|
||||
|
||||
--datadir.rocksdb <PATH>
|
||||
The absolute path to store `RocksDB` database in.
|
||||
|
||||
--config <FILE>
|
||||
The path to the configuration file to use.
|
||||
|
||||
|
||||
@@ -248,6 +248,9 @@ Datadir:
|
||||
--datadir.static-files <PATH>
|
||||
The absolute path to store static files in.
|
||||
|
||||
--datadir.rocksdb <PATH>
|
||||
The absolute path to store `RocksDB` database in.
|
||||
|
||||
--config <FILE>
|
||||
The path to the configuration file to use.
|
||||
|
||||
|
||||
@@ -27,6 +27,9 @@ Datadir:
|
||||
--datadir.static-files <PATH>
|
||||
The absolute path to store static files in.
|
||||
|
||||
--datadir.rocksdb <PATH>
|
||||
The absolute path to store `RocksDB` database in.
|
||||
|
||||
--config <FILE>
|
||||
The path to the configuration file to use
|
||||
|
||||
|
||||
@@ -27,6 +27,9 @@ Datadir:
|
||||
--datadir.static-files <PATH>
|
||||
The absolute path to store static files in.
|
||||
|
||||
--datadir.rocksdb <PATH>
|
||||
The absolute path to store `RocksDB` database in.
|
||||
|
||||
--config <FILE>
|
||||
The path to the configuration file to use
|
||||
|
||||
|
||||
@@ -27,6 +27,9 @@ Datadir:
|
||||
--datadir.static-files <PATH>
|
||||
The absolute path to store static files in.
|
||||
|
||||
--datadir.rocksdb <PATH>
|
||||
The absolute path to store `RocksDB` database in.
|
||||
|
||||
--config <FILE>
|
||||
The path to the configuration file to use
|
||||
|
||||
|
||||
@@ -34,6 +34,9 @@ Datadir:
|
||||
--datadir.static-files <PATH>
|
||||
The absolute path to store static files in.
|
||||
|
||||
--datadir.rocksdb <PATH>
|
||||
The absolute path to store `RocksDB` database in.
|
||||
|
||||
--config <FILE>
|
||||
The path to the configuration file to use
|
||||
|
||||
|
||||
@@ -27,6 +27,9 @@ Datadir:
|
||||
--datadir.static-files <PATH>
|
||||
The absolute path to store static files in.
|
||||
|
||||
--datadir.rocksdb <PATH>
|
||||
The absolute path to store `RocksDB` database in.
|
||||
|
||||
--config <FILE>
|
||||
The path to the configuration file to use
|
||||
|
||||
|
||||
@@ -32,6 +32,9 @@ Datadir:
|
||||
--datadir.static-files <PATH>
|
||||
The absolute path to store static files in.
|
||||
|
||||
--datadir.rocksdb <PATH>
|
||||
The absolute path to store `RocksDB` database in.
|
||||
|
||||
--config <FILE>
|
||||
The path to the configuration file to use
|
||||
|
||||
|
||||
@@ -43,6 +43,9 @@ Datadir:
|
||||
--datadir.static-files <PATH>
|
||||
The absolute path to store static files in.
|
||||
|
||||
--datadir.rocksdb <PATH>
|
||||
The absolute path to store `RocksDB` database in.
|
||||
|
||||
--config <FILE>
|
||||
The path to the configuration file to use
|
||||
|
||||
|
||||
@@ -27,6 +27,9 @@ Datadir:
|
||||
--datadir.static-files <PATH>
|
||||
The absolute path to store static files in.
|
||||
|
||||
--datadir.rocksdb <PATH>
|
||||
The absolute path to store `RocksDB` database in.
|
||||
|
||||
--config <FILE>
|
||||
The path to the configuration file to use
|
||||
|
||||
|
||||
@@ -27,6 +27,9 @@ Datadir:
|
||||
--datadir.static-files <PATH>
|
||||
The absolute path to store static files in.
|
||||
|
||||
--datadir.rocksdb <PATH>
|
||||
The absolute path to store `RocksDB` database in.
|
||||
|
||||
--config <FILE>
|
||||
The path to the configuration file to use
|
||||
|
||||
|
||||
@@ -27,6 +27,9 @@ Datadir:
|
||||
--datadir.static-files <PATH>
|
||||
The absolute path to store static files in.
|
||||
|
||||
--datadir.rocksdb <PATH>
|
||||
The absolute path to store `RocksDB` database in.
|
||||
|
||||
--config <FILE>
|
||||
The path to the configuration file to use
|
||||
|
||||
|
||||
@@ -27,6 +27,9 @@ Datadir:
|
||||
--datadir.static-files <PATH>
|
||||
The absolute path to store static files in.
|
||||
|
||||
--datadir.rocksdb <PATH>
|
||||
The absolute path to store `RocksDB` database in.
|
||||
|
||||
--config <FILE>
|
||||
The path to the configuration file to use
|
||||
|
||||
|
||||
@@ -27,6 +27,9 @@ Datadir:
|
||||
--datadir.static-files <PATH>
|
||||
The absolute path to store static files in.
|
||||
|
||||
--datadir.rocksdb <PATH>
|
||||
The absolute path to store `RocksDB` database in.
|
||||
|
||||
--config <FILE>
|
||||
The path to the configuration file to use
|
||||
|
||||
|
||||
@@ -27,6 +27,9 @@ Datadir:
|
||||
--datadir.static-files <PATH>
|
||||
The absolute path to store static files in.
|
||||
|
||||
--datadir.rocksdb <PATH>
|
||||
The absolute path to store `RocksDB` database in.
|
||||
|
||||
--config <FILE>
|
||||
The path to the configuration file to use
|
||||
|
||||
|
||||
@@ -71,6 +71,9 @@ Datadir:
|
||||
--datadir.static-files <PATH>
|
||||
The absolute path to store static files in.
|
||||
|
||||
--datadir.rocksdb <PATH>
|
||||
The absolute path to store `RocksDB` database in.
|
||||
|
||||
Networking:
|
||||
-d, --disable-discovery
|
||||
Disable the discovery service
|
||||
|
||||
@@ -248,6 +248,9 @@ Datadir:
|
||||
--datadir.static-files <PATH>
|
||||
The absolute path to store static files in.
|
||||
|
||||
--datadir.rocksdb <PATH>
|
||||
The absolute path to store `RocksDB` database in.
|
||||
|
||||
--config <FILE>
|
||||
The path to the configuration file to use.
|
||||
|
||||
|
||||
@@ -248,6 +248,9 @@ Datadir:
|
||||
--datadir.static-files <PATH>
|
||||
The absolute path to store static files in.
|
||||
|
||||
--datadir.rocksdb <PATH>
|
||||
The absolute path to store `RocksDB` database in.
|
||||
|
||||
--config <FILE>
|
||||
The path to the configuration file to use.
|
||||
|
||||
|
||||
@@ -27,6 +27,9 @@ Datadir:
|
||||
--datadir.static-files <PATH>
|
||||
The absolute path to store static files in.
|
||||
|
||||
--datadir.rocksdb <PATH>
|
||||
The absolute path to store `RocksDB` database in.
|
||||
|
||||
--config <FILE>
|
||||
The path to the configuration file to use
|
||||
|
||||
|
||||
@@ -27,6 +27,9 @@ Datadir:
|
||||
--datadir.static-files <PATH>
|
||||
The absolute path to store static files in.
|
||||
|
||||
--datadir.rocksdb <PATH>
|
||||
The absolute path to store `RocksDB` database in.
|
||||
|
||||
--config <FILE>
|
||||
The path to the configuration file to use
|
||||
|
||||
|
||||
@@ -27,6 +27,9 @@ Datadir:
|
||||
--datadir.static-files <PATH>
|
||||
The absolute path to store static files in.
|
||||
|
||||
--datadir.rocksdb <PATH>
|
||||
The absolute path to store `RocksDB` database in.
|
||||
|
||||
--config <FILE>
|
||||
The path to the configuration file to use
|
||||
|
||||
|
||||
@@ -34,6 +34,9 @@ Datadir:
|
||||
--datadir.static-files <PATH>
|
||||
The absolute path to store static files in.
|
||||
|
||||
--datadir.rocksdb <PATH>
|
||||
The absolute path to store `RocksDB` database in.
|
||||
|
||||
--config <FILE>
|
||||
The path to the configuration file to use
|
||||
|
||||
|
||||
@@ -27,6 +27,9 @@ Datadir:
|
||||
--datadir.static-files <PATH>
|
||||
The absolute path to store static files in.
|
||||
|
||||
--datadir.rocksdb <PATH>
|
||||
The absolute path to store `RocksDB` database in.
|
||||
|
||||
--config <FILE>
|
||||
The path to the configuration file to use
|
||||
|
||||
|
||||
@@ -32,6 +32,9 @@ Datadir:
|
||||
--datadir.static-files <PATH>
|
||||
The absolute path to store static files in.
|
||||
|
||||
--datadir.rocksdb <PATH>
|
||||
The absolute path to store `RocksDB` database in.
|
||||
|
||||
--config <FILE>
|
||||
The path to the configuration file to use
|
||||
|
||||
|
||||
Reference in New Issue
Block a user