[ 
https://issues.apache.org/jira/browse/CASSANDRA-13822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jon Haddad reassigned CASSANDRA-13822:
--------------------------------------

    Assignee: Jon Haddad

> 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
>
> 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