Skip to content

Commit

Permalink
PS-5421 MyRocks - Documentation for rocksdb_db_write_buffer_size appe…
Browse files Browse the repository at this point in the history
…ars to be incorrect

Rewrites the variable description to include corrected information.
  • Loading branch information
patrickbirch committed Dec 16, 2019
1 parent b90d9b1 commit bdf28ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/source/myrocks/variables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1056,11 +1056,11 @@ By default, it is created in the current working directory.
:vartype: Numeric
:default: ``0``

Specifies the size of the memtable used to store writes in MyRocks.
This is the size per column family.
When this size is reached, the memtable is flushed to persistent media.
Default value is ``0``.
Allowed range is up to ``18446744073709551615``.
Specifies the maximum size of all memtables used to store writes in MyRocks
across all column families. When this size is reached, the data is flushed
to persistent media.
The default value is ``0``.
The allowed range is up to ``18446744073709551615``.

.. variable:: rocksdb_deadlock_detect

Expand Down

0 comments on commit bdf28ad

Please sign in to comment.