How do you update gc_grace_seconds using cassandra-cli?
cassandra
Solution
On `cassandra-cli` is without "seconds"
UPDATE COLUMN FAMILY cf with GC_GRACE = 86400; //one day
Problem
What is the command to update a column family and alter its `gc_grace_seconds` value using `cassandra-cli`?