github.com/cockroachdb/pebble@v1.1.2/testdata/compaction_atomic_unit_bounds (about)

     1  define
     2  a.SET.1-b.SET.2
     3  ----
     4  
     5  atomic-unit-bounds 0
     6  ----
     7  a-b
     8  
     9  define
    10  a.SET.1-b.SET.2
    11  c.SET.3-d.SET.4
    12  e.SET.5-f.SET.6
    13  ----
    14  
    15  atomic-unit-bounds 0
    16  ----
    17  a-b
    18  
    19  atomic-unit-bounds 1
    20  ----
    21  c-d
    22  
    23  atomic-unit-bounds 2
    24  ----
    25  e-f
    26  
    27  define
    28  a.SET.1-b.RANGEDEL.3
    29  b.SET.2-c.RANGEDEL.5
    30  c.SET.4-d.SET.6
    31  ----
    32  
    33  atomic-unit-bounds 0
    34  ----
    35  a-d
    36  
    37  atomic-unit-bounds 1
    38  ----
    39  a-d
    40  
    41  atomic-unit-bounds 2
    42  ----
    43  a-d
    44  
    45  define
    46  a.SET.1-b.RANGEDEL.72057594037927935
    47  b.SET.2-c.RANGEDEL.5
    48  c.SET.4-d.SET.6
    49  ----
    50  
    51  atomic-unit-bounds 0
    52  ----
    53  a-b
    54  
    55  atomic-unit-bounds 1
    56  ----
    57  b-d
    58  
    59  atomic-unit-bounds 2
    60  ----
    61  b-d