feat(storage): add rocksdb provider into database provider (#20253)

This commit is contained in:
ligt
2025-12-15 17:15:57 +07:00
committed by GitHub
parent 997848c2a1
commit 662c0486a1
60 changed files with 564 additions and 64 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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.

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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.

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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