ceremonyclient/pebble/testdata/compaction_atomic_unit_bounds
Cassandra Heart 2e2a1e4789
v1.2.0 (#31)
2024-01-03 01:31:42 -06:00

62 lines
557 B
Plaintext

define
a.SET.1-b.SET.2
----
atomic-unit-bounds 0
----
a-b
define
a.SET.1-b.SET.2
c.SET.3-d.SET.4
e.SET.5-f.SET.6
----
atomic-unit-bounds 0
----
a-b
atomic-unit-bounds 1
----
c-d
atomic-unit-bounds 2
----
e-f
define
a.SET.1-b.RANGEDEL.3
b.SET.2-c.RANGEDEL.5
c.SET.4-d.SET.6
----
atomic-unit-bounds 0
----
a-d
atomic-unit-bounds 1
----
a-d
atomic-unit-bounds 2
----
a-d
define
a.SET.1-b.RANGEDEL.72057594037927935
b.SET.2-c.RANGEDEL.5
c.SET.4-d.SET.6
----
atomic-unit-bounds 0
----
a-b
atomic-unit-bounds 1
----
b-d
atomic-unit-bounds 2
----
b-d