Repository: cassandra
Updated Branches:
  refs/heads/trunk 912fdb3ea -> f249cd769


Added documentation for memtable_flush_period_in_ms

Patch by Jon Haddad; reviewed by Jason Brown for CASSANDRA-13902


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/f249cd76
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/f249cd76
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/f249cd76

Branch: refs/heads/trunk
Commit: f249cd76987290c564a1e4e1e7f9168f9a9ec005
Parents: 912fdb3
Author: Jon Haddad <j...@jonhaddad.com>
Authored: Wed Oct 18 05:20:39 2017 -0700
Committer: Jon Haddad <j...@jonhaddad.com>
Committed: Wed Oct 18 05:42:23 2017 -0700

----------------------------------------------------------------------
 doc/source/cql/ddl.rst | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/f249cd76/doc/source/cql/ddl.rst
----------------------------------------------------------------------
diff --git a/doc/source/cql/ddl.rst b/doc/source/cql/ddl.rst
index c17d8c9..6361983 100644
--- a/doc/source/cql/ddl.rst
+++ b/doc/source/cql/ddl.rst
@@ -479,6 +479,8 @@ A table supports the following options:
 
+--------------------------------+----------+-------------+-----------------------------------------------------------+
 | ``caching``                    | *map*    | *see below* | :ref:`Caching 
options <cql-caching-options>`.             |
 
+--------------------------------+----------+-------------+-----------------------------------------------------------+
+| ``memtable_flush_period_in_ms``| *simple* | 0           | Time (in ms) 
before Cassandra flushes memtables to disk.  |
++--------------------------------+----------+-------------+-----------------------------------------------------------+
 
 .. _cql-compaction-options:
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to