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
See also: