Cassandra DB: “grace seconds” default value and related custom tuning
7th November 2024
Hi Alberto, The gc_grace_seconds value is designed to “exclude” a specific tombstoned (=deleted) record in Cassandra for the time specified in “gc_grace_seconds” from compaction. This is mainly done to prevent …