Skip to content

Commit

Permalink
Feat: Speed up the startup of storaged (#5521)
Browse files Browse the repository at this point in the history
  • Loading branch information
luyade authored May 9, 2023
1 parent beccb78 commit 5419140
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 159 deletions.
2 changes: 1 addition & 1 deletion conf/nebula-storaged.conf.production
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

############## rocksdb Options ##############
# rocksdb DBOptions in json, each name and value of option is a string, given as "option_name":"option_value" separated by comma
--rocksdb_db_options={"max_subcompactions":"4","max_background_jobs":"4"}
--rocksdb_db_options={"max_subcompactions":"4","max_background_jobs":"4","skip_checking_sst_file_sizes_on_db_open":"true"}
# rocksdb ColumnFamilyOptions in json, each name and value of option is string, given as "option_name":"option_value" separated by comma
--rocksdb_column_family_options={"disable_auto_compactions":"false","write_buffer_size":"67108864","max_write_buffer_number":"4","max_bytes_for_level_base":"268435456"}
# rocksdb BlockBasedTableOptions in json, each name and value of option is string, given as "option_name":"option_value" separated by comma
Expand Down
Loading

0 comments on commit 5419140

Please sign in to comment.