Skip to content

Commit

Permalink
one-rocksdb-for-one-partition341 (#2054)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Apr 7, 2023
1 parent f19a4a2 commit 3ee92de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ For all parameters and their current values, see [Configurations](1.configuratio

| Name | Predefined value | Description |Whether supports runtime dynamic modifications|
| :------------------------------- | :--------------- | :------------------------ |:------------------|
| `data_path` | `data/storage` | Specifies the data storage path. Multiple paths are separated with commas. One RocksDB example corresponds to one path. | No|
| `data_path` | `data/storage` | Specifies the data storage path. Multiple paths are separated with commas. <br/>In NebulaGraph Community Edition, one RocksDB instance corresponds to one path.<br/>In NebulaGraph Enterprise Edition, one RocksDB instance corresponds to one partition.| No|
| `minimum_reserved_bytes` | `268435456` | Specifies the minimum remaining space of each data storage path. When the value is lower than this standard, the cluster data writing may fail. This configuration is measured in bytes. | No|
| `rocksdb_batch_size` | `4096` | Specifies the block cache for a batch operation. The configuration is measured in bytes. | No|
| `rocksdb_block_cache` | `4` | Specifies the block cache for BlockBasedTable. The configuration is measured in megabytes.| No|
Expand Down

0 comments on commit 3ee92de

Please sign in to comment.