Skip to content

Instantly share code, notes, and snippets.

View denesb's full-sized avatar

Botond Dénes denesb

View GitHub Profile
@denesb
denesb / purgeable.lua
Created April 15, 2024 09:24
Produce stats about purgeable tombstones
--
-- Copyright (C) 2022-present ScyllaDB
--
-- SPDX-License-Identifier: AGPL-3.0-or-later
--
-- Print statistics on what how much data is purgeable in an sstable
partition = {total=0, live=0, purgeable=0}
partitions = {total=0, live=0, purgeable=0}