Re-exports§
pub use crate::database::DBBatch;pub use crate::database::DBMap;pub use crate::database::MetricConf;
Modules§
Structs§
- Bulk
Ingestion Options - RocksDB options tuned for one-shot bulk ingestion into a freshly created store, e.g. initial index building, inserting the genesis snapshot, or restoring a formal snapshot.
- DBMap
Table Config Map - DBOptions
- Read
Write Options
Functions§
- bulk_
ingestion_ options - bulk_
ingestion_ write_ options - Write options tuned for one-shot bulk ingestion into a freshly created store.
- check_
and_ mark_ db_ corruption - default_
db_ options - Creates a default RocksDB option, to be used when RocksDB option is unspecified.
- list_
tables - open_
cf_ opts - Opens a database with options, and a number of column families with individual options that are created if they do not exist.
- open_
cf_ opts_ secondary - Opens a database with options, and a number of column families with individual options that are created if they do not exist.
- read_
size_ from_ env - safe_
drop_ db - unmark_
db_ corruption