Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.0 0f5ab577b -> 1467b9f78


Add default_time_to_live details to CQL 3 documentation

patch by Jon Haddad; reviewed by Aleksey Yeschenko for CASSANDRA-8742


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

Branch: refs/heads/cassandra-2.0
Commit: 1467b9f787b52042693c7431420c7f6ab0ce4658
Parents: 0f5ab57
Author: Jon Haddad <j...@jonhaddad.com>
Authored: Thu Feb 5 02:52:33 2015 +0300
Committer: Aleksey Yeschenko <alek...@apache.org>
Committed: Thu Feb 5 02:52:33 2015 +0300

----------------------------------------------------------------------
 doc/cql3/CQL.textile | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/1467b9f7/doc/cql3/CQL.textile
----------------------------------------------------------------------
diff --git a/doc/cql3/CQL.textile b/doc/cql3/CQL.textile
index f53448e..ab7da50 100644
--- a/doc/cql3/CQL.textile
+++ b/doc/cql3/CQL.textile
@@ -329,6 +329,7 @@ Table creation supports the following other @<property>@:
 |@compression@                | _map_    | _see below_ | Compression options, 
see below. |
 |@replicate_on_write@         | _simple_ | true        | Whether to replicate 
data on write. This can only be set to false for tables with counters values. 
Disabling this is dangerous and can result in random lose of counters, don't 
disable unless you are sure to know what you are doing|
 |@caching@                    | _simple_ | keys_only   | Whether to cache keys 
("key cache") and/or rows ("row cache") for this table. Valid values are: 
@all@, @keys_only@, @rows_only@ and @none@. |
+|@default_time_to_live@       | _simple_ | 0           | The default 
expiration time ("TTL") in seconds for a table.|
 
 
 h4(#compactionOptions). @compaction@ options

Reply via email to