You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jon Haddad (JIRA)" <ji...@apache.org> on 2017/08/29 22:41:00 UTC

[jira] [Created] (CASSANDRA-13822) Add example of using cache option to documentation

Jon Haddad created CASSANDRA-13822:
--------------------------------------

             Summary: Add example of using cache option to documentation
                 Key: CASSANDRA-13822
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13822
             Project: Cassandra
          Issue Type: Improvement
          Components: Documentation and Website
            Reporter: Jon Haddad
            Priority: Trivial


We should include an example of configuring cache in the docs.

{code}
CREATE TABLE simple (
id int,
key text,
value text,
primary key(key, value)
) WITH caching = {'keys': 'ALL', 'rows_per_partition': 10};
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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