Altering table properties
Use ALTER TABLE to add or change table properties.
Alter the caching property
Alter a table to change the caching
property.
See Enabling caching globally for more details.
ALTER TABLE cycling.comments WITH caching = {
'keys' : 'NONE',
'rows_per_partition' : 10
};
Results
WARNING: cqlsh was built against 5.0-beta1, but this server is 5.0. All features may not work!
See also: