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: [email protected]
For additional commands, e-mail: [email protected]