[ 
https://issues.apache.org/jira/browse/CASSANDRA-13822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16159341#comment-16159341
 ] 

Jon Haddad commented on CASSANDRA-13822:
----------------------------------------

Merged into trunk as faa27d0fc6966ad1b54a57cd814dc62b8ef3c502
Merged into 3.11 as 0fdbcc389d83ea5dce40b3ba952c4144ceced795.

> 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
>            Assignee: Jon Haddad
>            Priority: Trivial
>              Labels: lhf
>             Fix For: 3.11.1, 4.0
>
>         Attachments: CASSANDRA-13822.patch
>
>
> 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-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to