Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-13822

Add example of using cache option to documentation

    XMLWordPrintableJSON

Details

    Description

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

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

      Attachments

        1. CASSANDRA-13822.patch
          2 kB
          Jon Haddad

        Activity

          People

            rustyrazorblade Jon Haddad
            rustyrazorblade Jon Haddad
            Jon Haddad
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: