[
https://issues.apache.org/jira/browse/CASSANDRA-13822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jon Haddad updated CASSANDRA-13822:
-----------------------------------
Fix Version/s: 4.0
3.11.1
Status: Patch Available (was: Open)
I've attached a patch that applies cleanly to 3.11 and trunk improving the docs
for compression and compaction, adding examples.
> 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: [email protected]
For additional commands, e-mail: [email protected]