Skip to content

Commit

Permalink
Update 2.configs-syntax.md (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrfinbupt committed Nov 25, 2020
1 parent 66a7705 commit 507e866
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,12 @@ nebula> GET CONFIGS storage:heartbeat_interval_secs;
===============================================================
| STORAGE | heartbeat_interval_secs | INT64 | MUTABLE | 1 |
---------------------------------------------------------------
nebula> UPDATE CONFIGS storage:rocksdb_column_family_options = {max_bytes_for_level_base=268435456, max_write_buffer_number=4, disable_auto_compactions=true, write_buffer_size=67108864};
nebula> Get CONFIGS storage:rocksdb_column_family_options;
====================================================================================================================================================================================================================
| module | name | type | mode | value
====================================================================================================================================================================================================================
| STORAGE | rocksdb_column_family_options | NESTED | MUTABLE | { "max_write_buffer_number": "4", "max_bytes_for_level_base": "268435456", "write_buffer_size": "67108864", "disable_auto_compactions": "true" }
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
```

0 comments on commit 507e866

Please sign in to comment.