Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is gc grace in Cassandra

Tags:

cassandra

I was watching DS201 course on Datastax and the lecturer started using the term "GC GRACE" out of nowhere.

What exactly are "GC Grace" and "gc_grace_seconds" ?

like image 760
Ramazan Polat Avatar asked Feb 27 '17 22:02

Ramazan Polat


1 Answers

'gc_grace_seconds' is the time (in seconds, defined in Table properties) cassandra keep Tombstone so that other nodes which might be down during deletion of data can know the changes.

Go through this link for more

like image 162
r005t3r Avatar answered Nov 11 '22 00:11

r005t3r