Skip to content
Snippets Groups Projects
Commit 9b907367 authored by hofmockel's avatar hofmockel
Browse files

Document changed default values of rocksdb2.8

parent 6d7cbf2a
No related branches found
No related tags found
No related merge requests found
...@@ -188,14 +188,14 @@ Options object ...@@ -188,14 +188,14 @@ Options object
number of files in level-0. number of files in level-0.
| *Type:* ``int`` | *Type:* ``int``
| *Default:* ``8`` | *Default:* ``20``
.. py:attribute:: level0_stop_writes_trigger .. py:attribute:: level0_stop_writes_trigger
Maximum number of level-0 files. We stop writes at this point. Maximum number of level-0 files. We stop writes at this point.
| *Type:* ``int`` | *Type:* ``int``
| *Default:* ``12`` | *Default:* ``24``
.. py:attribute:: max_mem_compaction_level .. py:attribute:: max_mem_compaction_level
...@@ -354,7 +354,7 @@ Options object ...@@ -354,7 +354,7 @@ Options object
(which is true if max_open_files is large). (which is true if max_open_files is large).
| *Type:* ``bool`` | *Type:* ``bool``
| *Default:* ``False`` | *Default:* ``True``
.. py:attribute:: delete_obsolete_files_period_micros .. py:attribute:: delete_obsolete_files_period_micros
...@@ -555,7 +555,7 @@ Options object ...@@ -555,7 +555,7 @@ Options object
Allow the OS to mmap file for writing Allow the OS to mmap file for writing
| *Type:* ``bool`` | *Type:* ``bool``
| *Default:* ``True`` | *Default:* ``False``
.. py:attribute:: is_fd_close_on_exec .. py:attribute:: is_fd_close_on_exec
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment