mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-11-10 10:15:18 +00:00
1707 lines
46 KiB
Plaintext
1707 lines
46 KiB
Plaintext
define
|
|
a.SET.1:b
|
|
----
|
|
|
|
iter seq=2
|
|
seek-ge a
|
|
next
|
|
prev
|
|
----
|
|
a: (b, .)
|
|
.
|
|
a: (b, .)
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 1)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 1, 1)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 2B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
seek-ge b
|
|
----
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 0), (rev, 0, 0))
|
|
|
|
iter seq=2
|
|
seek-lt a
|
|
----
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 0, 0), (rev, 1, 0)), (internal (dir, seek, step): (fwd, 0, 0), (rev, 1, 0))
|
|
|
|
|
|
define
|
|
a.SET.2:c
|
|
a.SET.1:b
|
|
----
|
|
|
|
iter seq=2
|
|
seek-ge a
|
|
next
|
|
prev
|
|
----
|
|
a: (b, .)
|
|
.
|
|
a: (b, .)
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 1)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 1, 1)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 4, key-bytes 4B, value-bytes 4B, tombstoned 0)))
|
|
|
|
iter seq=3
|
|
seek-ge a
|
|
next
|
|
prev
|
|
----
|
|
a: (c, .)
|
|
.
|
|
a: (c, .)
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 1)), (internal (dir, seek, step): (fwd, 1, 2), (rev, 1, 2)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 4, key-bytes 4B, value-bytes 4B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
seek-prefix-ge a
|
|
next
|
|
prev
|
|
next
|
|
----
|
|
a: (b, .)
|
|
.
|
|
err=pebble: unsupported reverse prefix iteration
|
|
err=pebble: unsupported reverse prefix iteration
|
|
stats: (interface (dir, seek, step): (fwd, 1, 2), (rev, 0, 1)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 2B, tombstoned 0)))
|
|
|
|
iter seq=3
|
|
seek-prefix-ge a
|
|
next
|
|
----
|
|
a: (c, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 2), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 2B, tombstoned 0)))
|
|
|
|
|
|
define
|
|
a.DEL.2:
|
|
a.SET.1:b
|
|
----
|
|
|
|
iter seq=3
|
|
seek-ge a
|
|
----
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 2), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 1B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
seek-ge 1
|
|
next
|
|
----
|
|
a: (b, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 1B, tombstoned 0)))
|
|
|
|
iter seq=3
|
|
seek-lt b
|
|
----
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 0, 0), (rev, 1, 0)), (internal (dir, seek, step): (fwd, 0, 0), (rev, 1, 2)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 1B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
seek-lt b
|
|
prev
|
|
next
|
|
----
|
|
a: (b, .)
|
|
.
|
|
a: (b, .)
|
|
stats: (interface (dir, seek, step): (fwd, 0, 1), (rev, 1, 1)), (internal (dir, seek, step): (fwd, 1, 0), (rev, 1, 1)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 4, key-bytes 4B, value-bytes 2B, tombstoned 0)))
|
|
|
|
iter seq=3
|
|
seek-prefix-ge a
|
|
----
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 2), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 1B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
seek-prefix-ge 1
|
|
----
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 1, key-bytes 1B, value-bytes 0B, tombstoned 0)))
|
|
|
|
define
|
|
a.DEL.2:
|
|
a.SET.1:b
|
|
b.SET.3:c
|
|
----
|
|
|
|
iter seq=4
|
|
seek-ge a
|
|
next
|
|
----
|
|
b: (c, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 3), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 3, key-bytes 3B, value-bytes 2B, tombstoned 0)))
|
|
|
|
iter seq=3
|
|
seek-ge a
|
|
----
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 2), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 3, key-bytes 3B, value-bytes 2B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
seek-ge a
|
|
----
|
|
a: (b, .)
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 1B, tombstoned 0)))
|
|
|
|
iter seq=4
|
|
seek-prefix-ge a
|
|
----
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 2), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 3, key-bytes 3B, value-bytes 2B, tombstoned 0)))
|
|
|
|
iter seq=3
|
|
seek-prefix-ge a
|
|
----
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 2), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 3, key-bytes 3B, value-bytes 2B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
seek-prefix-ge a
|
|
----
|
|
a: (b, .)
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 1B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
seek-prefix-ge a
|
|
seek-prefix-ge b
|
|
----
|
|
a: (b, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 2, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 2, 0), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 3, key-bytes 3B, value-bytes 2B, tombstoned 0)))
|
|
|
|
define
|
|
a.DEL.3:
|
|
a.SET.1:b
|
|
b.DEL.3:
|
|
b.SET.2:c
|
|
c.SET.3:d
|
|
----
|
|
|
|
iter seq=4
|
|
seek-prefix-ge a
|
|
seek-prefix-ge b
|
|
seek-prefix-ge c
|
|
----
|
|
.
|
|
.
|
|
c: (d, .)
|
|
stats: (interface (dir, seek, step): (fwd, 3, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 3, 4), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 7, key-bytes 7B, value-bytes 4B, tombstoned 0)))
|
|
|
|
iter seq=3
|
|
seek-prefix-ge a
|
|
seek-prefix-ge b
|
|
seek-prefix-ge c
|
|
----
|
|
a: (b, .)
|
|
b: (c, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 3, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 3, 0), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 5, key-bytes 5B, value-bytes 3B, tombstoned 0)))
|
|
|
|
iter seq=3
|
|
seek-ge a
|
|
seek-ge b
|
|
seek-ge c
|
|
----
|
|
a: (b, .)
|
|
b: (c, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 3, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 3, 0), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 5, key-bytes 5B, value-bytes 3B, tombstoned 0)))
|
|
|
|
define
|
|
a.SET.1:a
|
|
b.SET.2:b
|
|
c.SET.3:c
|
|
----
|
|
|
|
iter seq=4
|
|
seek-ge a
|
|
next
|
|
next
|
|
next
|
|
----
|
|
a: (a, .)
|
|
b: (b, .)
|
|
c: (c, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 3), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 3), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 3, key-bytes 3B, value-bytes 3B, tombstoned 0)))
|
|
|
|
iter seq=4
|
|
seek-ge b
|
|
next
|
|
----
|
|
b: (b, .)
|
|
c: (c, .)
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 2B, tombstoned 0)))
|
|
|
|
iter seq=4
|
|
seek-ge c
|
|
----
|
|
c: (c, .)
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 1, key-bytes 1B, value-bytes 1B, tombstoned 0)))
|
|
|
|
iter seq=4
|
|
seek-lt a
|
|
----
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 0, 0), (rev, 1, 0)), (internal (dir, seek, step): (fwd, 0, 0), (rev, 1, 0))
|
|
|
|
iter seq=4
|
|
seek-lt b
|
|
prev
|
|
next
|
|
----
|
|
a: (a, .)
|
|
.
|
|
a: (a, .)
|
|
stats: (interface (dir, seek, step): (fwd, 0, 1), (rev, 1, 1)), (internal (dir, seek, step): (fwd, 1, 0), (rev, 1, 1)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 2B, tombstoned 0)))
|
|
|
|
iter seq=4
|
|
seek-lt c
|
|
prev
|
|
prev
|
|
next
|
|
----
|
|
b: (b, .)
|
|
a: (a, .)
|
|
.
|
|
a: (a, .)
|
|
stats: (interface (dir, seek, step): (fwd, 0, 1), (rev, 1, 2)), (internal (dir, seek, step): (fwd, 1, 0), (rev, 1, 2)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 3, key-bytes 3B, value-bytes 3B, tombstoned 0)))
|
|
|
|
|
|
iter seq=4
|
|
seek-lt d
|
|
prev
|
|
prev
|
|
prev
|
|
next
|
|
----
|
|
c: (c, .)
|
|
b: (b, .)
|
|
a: (a, .)
|
|
.
|
|
a: (a, .)
|
|
stats: (interface (dir, seek, step): (fwd, 0, 1), (rev, 1, 3)), (internal (dir, seek, step): (fwd, 1, 0), (rev, 1, 3)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 4, key-bytes 4B, value-bytes 4B, tombstoned 0)))
|
|
|
|
iter seq=4
|
|
seek-prefix-ge a
|
|
next
|
|
----
|
|
a: (a, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 2B, tombstoned 0)))
|
|
|
|
iter seq=4
|
|
seek-prefix-ge b
|
|
next
|
|
----
|
|
b: (b, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 2B, tombstoned 0)))
|
|
|
|
|
|
iter seq=4
|
|
seek-prefix-ge c
|
|
next
|
|
----
|
|
c: (c, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 1, key-bytes 1B, value-bytes 1B, tombstoned 0)))
|
|
|
|
|
|
iter seq=4
|
|
seek-prefix-ge d
|
|
----
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 0), (rev, 0, 0))
|
|
|
|
iter seq=4
|
|
seek-prefix-ge a
|
|
seek-prefix-ge c
|
|
seek-prefix-ge b
|
|
----
|
|
a: (a, .)
|
|
c: (c, .)
|
|
b: (b, .)
|
|
stats: (interface (dir, seek, step): (fwd, 3, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 3, 0), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 3, key-bytes 3B, value-bytes 3B, tombstoned 0)))
|
|
|
|
define
|
|
a.SET.b2:b
|
|
b.SET.2:c
|
|
----
|
|
|
|
iter seq=2
|
|
seek-ge a
|
|
next
|
|
prev
|
|
----
|
|
a: (b, .)
|
|
.
|
|
a: (b, .)
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 1)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 1, 1)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 4, key-bytes 4B, value-bytes 4B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
seek-ge b
|
|
----
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 1, key-bytes 1B, value-bytes 1B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
seek-lt a
|
|
----
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 0, 0), (rev, 1, 0)), (internal (dir, seek, step): (fwd, 0, 0), (rev, 1, 0))
|
|
|
|
iter seq=2
|
|
seek-lt b
|
|
prev
|
|
next
|
|
----
|
|
a: (b, .)
|
|
.
|
|
a: (b, .)
|
|
stats: (interface (dir, seek, step): (fwd, 0, 1), (rev, 1, 1)), (internal (dir, seek, step): (fwd, 1, 0), (rev, 1, 1)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 2B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
seek-lt c
|
|
prev
|
|
next
|
|
----
|
|
a: (b, .)
|
|
.
|
|
a: (b, .)
|
|
stats: (interface (dir, seek, step): (fwd, 0, 1), (rev, 1, 1)), (internal (dir, seek, step): (fwd, 1, 0), (rev, 1, 1)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 3, key-bytes 3B, value-bytes 3B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
seek-prefix-ge a
|
|
next
|
|
----
|
|
a: (b, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 2B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
seek-prefix-ge b
|
|
----
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 1, key-bytes 1B, value-bytes 1B, tombstoned 0)))
|
|
|
|
|
|
define
|
|
a.SET.1:a
|
|
aa.SET.2:aa
|
|
aaa.SET.3:aaa
|
|
b.SET.4:b
|
|
----
|
|
|
|
iter seq=5
|
|
seek-prefix-ge a
|
|
next
|
|
----
|
|
a: (a, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 3B, value-bytes 3B, tombstoned 0)))
|
|
|
|
iter seq=5
|
|
seek-prefix-ge a
|
|
next
|
|
----
|
|
a: (a, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 3B, value-bytes 3B, tombstoned 0)))
|
|
|
|
iter seq=5
|
|
seek-prefix-ge aa
|
|
----
|
|
aa: (aa, .)
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 1, key-bytes 2B, value-bytes 2B, tombstoned 0)))
|
|
|
|
iter seq=5
|
|
seek-prefix-ge aa
|
|
next
|
|
----
|
|
aa: (aa, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 5B, value-bytes 5B, tombstoned 0)))
|
|
|
|
iter seq=5
|
|
seek-prefix-ge aa
|
|
next
|
|
----
|
|
aa: (aa, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 5B, value-bytes 5B, tombstoned 0)))
|
|
|
|
iter seq=5
|
|
seek-prefix-ge aaa
|
|
next
|
|
----
|
|
aaa: (aaa, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 4B, value-bytes 4B, tombstoned 0)))
|
|
|
|
iter seq=5
|
|
seek-prefix-ge aaa
|
|
----
|
|
aaa: (aaa, .)
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 1, key-bytes 3B, value-bytes 3B, tombstoned 0)))
|
|
|
|
iter seq=5
|
|
seek-prefix-ge b
|
|
next
|
|
----
|
|
b: (b, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 1, key-bytes 1B, value-bytes 1B, tombstoned 0)))
|
|
|
|
iter seq=5
|
|
seek-prefix-ge aa
|
|
last
|
|
prev
|
|
prev
|
|
prev
|
|
prev
|
|
----
|
|
aa: (aa, .)
|
|
b: (b, .)
|
|
aaa: (aaa, .)
|
|
aa: (aa, .)
|
|
a: (a, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 1, 4)), (internal (dir, seek, step): (fwd, 1, 0), (rev, 1, 4)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 5, key-bytes 9B, value-bytes 9B, tombstoned 0)))
|
|
|
|
iter seq=5
|
|
seek-prefix-ge aa
|
|
first
|
|
next
|
|
next
|
|
next
|
|
next
|
|
----
|
|
aa: (aa, .)
|
|
a: (a, .)
|
|
aa: (aa, .)
|
|
aaa: (aaa, .)
|
|
b: (b, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 2, 4), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 2, 4), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 5, key-bytes 9B, value-bytes 9B, tombstoned 0)))
|
|
|
|
iter seq=5
|
|
seek-prefix-ge aaa
|
|
seek-ge aa
|
|
next
|
|
next
|
|
next
|
|
----
|
|
aaa: (aaa, .)
|
|
aa: (aa, .)
|
|
aaa: (aaa, .)
|
|
b: (b, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 2, 3), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 2, 3), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 4, key-bytes 9B, value-bytes 9B, tombstoned 0)))
|
|
|
|
iter seq=5
|
|
seek-prefix-ge aaa
|
|
seek-ge aaa
|
|
next
|
|
next
|
|
----
|
|
aaa: (aaa, .)
|
|
aaa: (aaa, .)
|
|
b: (b, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 2, 2), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 2, 2), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 3, key-bytes 7B, value-bytes 7B, tombstoned 0)))
|
|
|
|
iter seq=5
|
|
seek-prefix-ge aaa
|
|
seek-lt aa
|
|
next
|
|
next
|
|
next
|
|
next
|
|
----
|
|
aaa: (aaa, .)
|
|
a: (a, .)
|
|
aa: (aa, .)
|
|
aaa: (aaa, .)
|
|
b: (b, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 4), (rev, 1, 0)), (internal (dir, seek, step): (fwd, 2, 4), (rev, 1, 1)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 6, key-bytes 11B, value-bytes 11B, tombstoned 0)))
|
|
|
|
|
|
iter seq=5
|
|
seek-prefix-ge aaa
|
|
seek-lt b
|
|
next
|
|
next
|
|
----
|
|
aaa: (aaa, .)
|
|
aaa: (aaa, .)
|
|
b: (b, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 2), (rev, 1, 0)), (internal (dir, seek, step): (fwd, 1, 3), (rev, 1, 1)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 5, key-bytes 12B, value-bytes 12B, tombstoned 0)))
|
|
|
|
iter seq=4
|
|
seek-prefix-ge a
|
|
seek-prefix-ge aa
|
|
seek-prefix-ge aaa
|
|
seek-prefix-ge b
|
|
----
|
|
a: (a, .)
|
|
aa: (aa, .)
|
|
aaa: (aaa, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 4, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 4, 0), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 4, key-bytes 7B, value-bytes 7B, tombstoned 0)))
|
|
|
|
iter seq=3
|
|
seek-prefix-ge aaa
|
|
seek-prefix-ge b
|
|
seek-prefix-ge a
|
|
seek-prefix-ge aa
|
|
seek-prefix-ge aaa
|
|
----
|
|
.
|
|
.
|
|
a: (a, .)
|
|
aa: (aa, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 5, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 5, 0), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 7, key-bytes 12B, value-bytes 12B, tombstoned 0)))
|
|
|
|
define
|
|
bb.DEL.2:
|
|
bb.SET.1:1
|
|
bb2.SET.3:2
|
|
----
|
|
|
|
iter seq=4
|
|
seek-prefix-ge bb
|
|
----
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 2), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 3, key-bytes 7B, value-bytes 2B, tombstoned 0)))
|
|
|
|
|
|
define
|
|
a.MERGE.3:d
|
|
a.MERGE.2:c
|
|
a.SET.1:b
|
|
b.MERGE.2:b
|
|
b.MERGE.1:a
|
|
----
|
|
|
|
iter seq=4
|
|
seek-ge a
|
|
next
|
|
next
|
|
prev
|
|
----
|
|
a: (bcd, .)
|
|
b: (ab, .)
|
|
.
|
|
b: (ab, .)
|
|
stats: (interface (dir, seek, step): (fwd, 1, 2), (rev, 0, 1)), (internal (dir, seek, step): (fwd, 1, 5), (rev, 1, 2)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 8, key-bytes 8B, value-bytes 8B, tombstoned 0)))
|
|
|
|
iter seq=3
|
|
seek-ge a
|
|
next
|
|
----
|
|
a: (bc, .)
|
|
b: (ab, .)
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 4), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 5, key-bytes 5B, value-bytes 5B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
seek-ge a
|
|
next
|
|
----
|
|
a: (b, .)
|
|
b: (a, .)
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 2), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 5, key-bytes 5B, value-bytes 5B, tombstoned 0)))
|
|
|
|
iter seq=4
|
|
seek-lt c
|
|
prev
|
|
prev
|
|
next
|
|
----
|
|
b: (ab, .)
|
|
a: (bcd, .)
|
|
.
|
|
a: (bcd, .)
|
|
stats: (interface (dir, seek, step): (fwd, 0, 1), (rev, 1, 2)), (internal (dir, seek, step): (fwd, 1, 2), (rev, 1, 5)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 8, key-bytes 8B, value-bytes 8B, tombstoned 0)))
|
|
|
|
iter seq=3
|
|
seek-lt c
|
|
prev
|
|
----
|
|
b: (ab, .)
|
|
a: (bc, .)
|
|
stats: (interface (dir, seek, step): (fwd, 0, 0), (rev, 1, 1)), (internal (dir, seek, step): (fwd, 0, 0), (rev, 1, 4)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 5, key-bytes 5B, value-bytes 5B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
seek-lt c
|
|
prev
|
|
----
|
|
b: (a, .)
|
|
a: (b, .)
|
|
stats: (interface (dir, seek, step): (fwd, 0, 0), (rev, 1, 1)), (internal (dir, seek, step): (fwd, 0, 0), (rev, 1, 2)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 5, key-bytes 5B, value-bytes 5B, tombstoned 0)))
|
|
|
|
iter seq=4
|
|
seek-ge a
|
|
next
|
|
prev
|
|
next
|
|
----
|
|
a: (bcd, .)
|
|
b: (ab, .)
|
|
a: (bcd, .)
|
|
b: (ab, .)
|
|
stats: (interface (dir, seek, step): (fwd, 1, 2), (rev, 0, 1)), (internal (dir, seek, step): (fwd, 2, 10), (rev, 1, 5)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 15, key-bytes 15B, value-bytes 15B, tombstoned 0)))
|
|
|
|
iter seq=3
|
|
seek-ge a
|
|
next
|
|
prev
|
|
next
|
|
----
|
|
a: (bc, .)
|
|
b: (ab, .)
|
|
a: (bc, .)
|
|
b: (ab, .)
|
|
stats: (interface (dir, seek, step): (fwd, 1, 2), (rev, 0, 1)), (internal (dir, seek, step): (fwd, 2, 8), (rev, 1, 4)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 15, key-bytes 15B, value-bytes 15B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
seek-ge a
|
|
next
|
|
prev
|
|
next
|
|
----
|
|
a: (b, .)
|
|
b: (a, .)
|
|
a: (b, .)
|
|
b: (a, .)
|
|
stats: (interface (dir, seek, step): (fwd, 1, 2), (rev, 0, 1)), (internal (dir, seek, step): (fwd, 2, 4), (rev, 1, 2)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 15, key-bytes 15B, value-bytes 15B, tombstoned 0)))
|
|
|
|
iter seq=4
|
|
seek-lt c
|
|
prev
|
|
next
|
|
prev
|
|
----
|
|
b: (ab, .)
|
|
a: (bcd, .)
|
|
b: (ab, .)
|
|
a: (bcd, .)
|
|
stats: (interface (dir, seek, step): (fwd, 0, 1), (rev, 1, 2)), (internal (dir, seek, step): (fwd, 1, 5), (rev, 2, 10)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 15, key-bytes 15B, value-bytes 15B, tombstoned 0)))
|
|
|
|
iter seq=3
|
|
seek-lt c
|
|
prev
|
|
next
|
|
prev
|
|
----
|
|
b: (ab, .)
|
|
a: (bc, .)
|
|
b: (ab, .)
|
|
a: (bc, .)
|
|
stats: (interface (dir, seek, step): (fwd, 0, 1), (rev, 1, 2)), (internal (dir, seek, step): (fwd, 1, 4), (rev, 2, 8)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 15, key-bytes 15B, value-bytes 15B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
seek-lt c
|
|
prev
|
|
next
|
|
prev
|
|
----
|
|
b: (a, .)
|
|
a: (b, .)
|
|
b: (a, .)
|
|
a: (b, .)
|
|
stats: (interface (dir, seek, step): (fwd, 0, 1), (rev, 1, 2)), (internal (dir, seek, step): (fwd, 1, 2), (rev, 2, 4)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 15, key-bytes 15B, value-bytes 15B, tombstoned 0)))
|
|
|
|
iter seq=3
|
|
seek-prefix-ge a
|
|
next
|
|
----
|
|
a: (bc, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 2), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 4, key-bytes 4B, value-bytes 4B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
seek-prefix-ge a
|
|
next
|
|
----
|
|
a: (b, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 4, key-bytes 4B, value-bytes 4B, tombstoned 0)))
|
|
|
|
iter seq=4
|
|
seek-prefix-ge a
|
|
next
|
|
----
|
|
a: (bcd, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 3), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 4, key-bytes 4B, value-bytes 4B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
seek-prefix-ge a
|
|
next
|
|
----
|
|
a: (b, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 4, key-bytes 4B, value-bytes 4B, tombstoned 0)))
|
|
|
|
iter seq=3
|
|
seek-prefix-ge a
|
|
next
|
|
----
|
|
a: (bc, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 2), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 4, key-bytes 4B, value-bytes 4B, tombstoned 0)))
|
|
|
|
iter seq=3
|
|
seek-prefix-ge c
|
|
----
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 0), (rev, 0, 0))
|
|
|
|
iter seq=3
|
|
seek-prefix-ge 1
|
|
----
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 1, key-bytes 1B, value-bytes 1B, tombstoned 0)))
|
|
|
|
iter seq=3
|
|
seek-prefix-ge a
|
|
----
|
|
a: (bc, .)
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 3, key-bytes 3B, value-bytes 3B, tombstoned 0)))
|
|
|
|
|
|
define
|
|
a.MERGE.3:d
|
|
a.MERGE.2:c
|
|
a.MERGE.1:b
|
|
aa.MERGE.2:b
|
|
aa.MERGE.1:a
|
|
b.MERGE.2:b
|
|
b.MERGE.1:a
|
|
----
|
|
|
|
iter seq=3
|
|
seek-prefix-ge a
|
|
next
|
|
next
|
|
----
|
|
a: (bc, .)
|
|
.
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 2), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 2), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 4, key-bytes 5B, value-bytes 4B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
seek-prefix-ge a
|
|
next
|
|
next
|
|
----
|
|
a: (b, .)
|
|
.
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 2), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 4, key-bytes 5B, value-bytes 4B, tombstoned 0)))
|
|
|
|
iter seq=4
|
|
seek-prefix-ge a
|
|
next
|
|
----
|
|
a: (bcd, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 3), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 4, key-bytes 5B, value-bytes 4B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
seek-prefix-ge a
|
|
next
|
|
----
|
|
a: (b, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 4, key-bytes 5B, value-bytes 4B, tombstoned 0)))
|
|
|
|
iter seq=3
|
|
seek-prefix-ge aa
|
|
next
|
|
----
|
|
aa: (ab, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 2), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 3, key-bytes 5B, value-bytes 3B, tombstoned 0)))
|
|
|
|
iter seq=4
|
|
seek-prefix-ge aa
|
|
----
|
|
aa: (ab, .)
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 2), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 3, key-bytes 5B, value-bytes 3B, tombstoned 0)))
|
|
|
|
define
|
|
a.SET.1:a
|
|
b.SET.1:b
|
|
c.SET.1:c
|
|
d.SET.1:d
|
|
----
|
|
|
|
iter seq=2 lower=a
|
|
seek-ge a
|
|
first
|
|
prev
|
|
----
|
|
a: (a, .)
|
|
a: (a, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 2, 0), (rev, 0, 1)), (internal (dir, seek, step): (fwd, 2, 0), (rev, 0, 1)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 2B, tombstoned 0)))
|
|
|
|
iter seq=2 lower=b
|
|
seek-ge a
|
|
first
|
|
prev
|
|
----
|
|
b: (b, .)
|
|
b: (b, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 2, 0), (rev, 0, 1)), (internal (dir, seek, step): (fwd, 2, 0), (rev, 0, 1)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 2B, tombstoned 0)))
|
|
|
|
iter seq=2 lower=c
|
|
seek-ge a
|
|
first
|
|
prev
|
|
----
|
|
c: (c, .)
|
|
c: (c, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 2, 0), (rev, 0, 1)), (internal (dir, seek, step): (fwd, 2, 0), (rev, 0, 1)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 2B, tombstoned 0)))
|
|
|
|
iter seq=2 lower=d
|
|
seek-ge a
|
|
first
|
|
prev
|
|
----
|
|
d: (d, .)
|
|
d: (d, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 2, 0), (rev, 0, 1)), (internal (dir, seek, step): (fwd, 2, 0), (rev, 0, 1)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 2B, tombstoned 0)))
|
|
|
|
iter seq=2 lower=e
|
|
seek-ge a
|
|
first
|
|
----
|
|
.
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 2, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 2, 0), (rev, 0, 0))
|
|
|
|
iter seq=2 upper=d
|
|
seek-lt d
|
|
last
|
|
next
|
|
----
|
|
c: (c, .)
|
|
c: (c, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 0, 1), (rev, 2, 0)), (internal (dir, seek, step): (fwd, 0, 2), (rev, 2, 2)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 5, key-bytes 5B, value-bytes 5B, tombstoned 0)))
|
|
|
|
iter seq=2 upper=c
|
|
seek-lt d
|
|
last
|
|
next
|
|
----
|
|
b: (b, .)
|
|
b: (b, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 0, 1), (rev, 2, 0)), (internal (dir, seek, step): (fwd, 0, 2), (rev, 2, 2)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 5, key-bytes 5B, value-bytes 5B, tombstoned 0)))
|
|
|
|
iter seq=2 upper=b
|
|
seek-lt d
|
|
last
|
|
next
|
|
----
|
|
a: (a, .)
|
|
a: (a, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 0, 1), (rev, 2, 0)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 2, 2)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 3, key-bytes 3B, value-bytes 3B, tombstoned 0)))
|
|
|
|
iter seq=2 upper=a
|
|
seek-lt d
|
|
last
|
|
----
|
|
.
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 0, 0), (rev, 2, 0)), (internal (dir, seek, step): (fwd, 0, 0), (rev, 2, 0))
|
|
|
|
iter seq=2 lower=b upper=c
|
|
seek-ge a
|
|
next
|
|
----
|
|
b: (b, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 1, key-bytes 1B, value-bytes 1B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
set-bounds lower=a
|
|
seek-ge a
|
|
first
|
|
prev
|
|
----
|
|
.
|
|
a: (a, .)
|
|
a: (a, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 2, 0), (rev, 0, 1)), (internal (dir, seek, step): (fwd, 2, 0), (rev, 0, 1)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 2B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
set-bounds lower=b
|
|
seek-ge a
|
|
first
|
|
prev
|
|
----
|
|
.
|
|
b: (b, .)
|
|
b: (b, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 2, 0), (rev, 0, 1)), (internal (dir, seek, step): (fwd, 2, 0), (rev, 0, 1)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 2B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
set-bounds lower=c
|
|
seek-ge a
|
|
first
|
|
prev
|
|
----
|
|
.
|
|
c: (c, .)
|
|
c: (c, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 2, 0), (rev, 0, 1)), (internal (dir, seek, step): (fwd, 2, 0), (rev, 0, 1)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 2B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
set-bounds lower=d
|
|
seek-ge a
|
|
first
|
|
prev
|
|
----
|
|
.
|
|
d: (d, .)
|
|
d: (d, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 2, 0), (rev, 0, 1)), (internal (dir, seek, step): (fwd, 2, 0), (rev, 0, 1)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 2B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
set-bounds lower=e
|
|
seek-ge a
|
|
first
|
|
----
|
|
.
|
|
.
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 2, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 2, 0), (rev, 0, 0))
|
|
|
|
iter seq=2
|
|
set-bounds upper=d
|
|
seek-lt d
|
|
last
|
|
next
|
|
----
|
|
.
|
|
c: (c, .)
|
|
c: (c, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 0, 1), (rev, 2, 0)), (internal (dir, seek, step): (fwd, 0, 2), (rev, 2, 2)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 5, key-bytes 5B, value-bytes 5B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
set-bounds upper=c
|
|
seek-lt d
|
|
last
|
|
next
|
|
----
|
|
.
|
|
b: (b, .)
|
|
b: (b, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 0, 1), (rev, 2, 0)), (internal (dir, seek, step): (fwd, 0, 2), (rev, 2, 2)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 5, key-bytes 5B, value-bytes 5B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
set-bounds upper=b
|
|
seek-lt d
|
|
last
|
|
next
|
|
----
|
|
.
|
|
a: (a, .)
|
|
a: (a, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 0, 1), (rev, 2, 0)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 2, 2)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 3, key-bytes 3B, value-bytes 3B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
set-bounds upper=a
|
|
seek-lt d
|
|
last
|
|
----
|
|
.
|
|
.
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 0, 0), (rev, 2, 0)), (internal (dir, seek, step): (fwd, 0, 0), (rev, 2, 0))
|
|
|
|
iter seq=2
|
|
set-bounds lower=a
|
|
seek-lt d
|
|
next
|
|
next
|
|
----
|
|
.
|
|
c: (c, .)
|
|
d: (d, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 0, 2), (rev, 1, 0)), (internal (dir, seek, step): (fwd, 0, 3), (rev, 1, 1)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 4, key-bytes 4B, value-bytes 4B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
set-bounds lower=b upper=c
|
|
seek-ge a
|
|
next
|
|
----
|
|
.
|
|
b: (b, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 1, key-bytes 1B, value-bytes 1B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
set-bounds lower=b
|
|
seek-ge a
|
|
set-bounds lower=b upper=z
|
|
seek-ge a
|
|
----
|
|
.
|
|
b: (b, .)
|
|
.
|
|
b: (b, .)
|
|
stats: (interface (dir, seek, step): (fwd, 2, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 2, 0), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 2B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
seek-ge a
|
|
set-bounds upper=e
|
|
----
|
|
a: (a, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 1, key-bytes 1B, value-bytes 1B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
set-bounds lower=b
|
|
seek-ge a
|
|
set-bounds upper=e
|
|
----
|
|
.
|
|
b: (b, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 1, key-bytes 1B, value-bytes 1B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
set-bounds lower=b
|
|
first
|
|
----
|
|
.
|
|
b: (b, .)
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 1, key-bytes 1B, value-bytes 1B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
set-bounds upper=b
|
|
first
|
|
----
|
|
.
|
|
a: (a, .)
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 1, key-bytes 1B, value-bytes 1B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
set-bounds lower=b
|
|
last
|
|
----
|
|
.
|
|
d: (d, .)
|
|
stats: (interface (dir, seek, step): (fwd, 0, 0), (rev, 1, 0)), (internal (dir, seek, step): (fwd, 0, 0), (rev, 1, 1)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 2B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
set-bounds upper=b
|
|
last
|
|
----
|
|
.
|
|
a: (a, .)
|
|
stats: (interface (dir, seek, step): (fwd, 0, 0), (rev, 1, 0)), (internal (dir, seek, step): (fwd, 0, 0), (rev, 1, 1)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 1, key-bytes 1B, value-bytes 1B, tombstoned 0)))
|
|
|
|
# The prev call after "set-bounds upper=c" will assume that the iterator
|
|
# is exhausted due to having stepped up to c. Which means prev should step
|
|
# back to below c, hence returning b.
|
|
iter seq=2
|
|
last
|
|
next
|
|
set-bounds upper=c
|
|
prev
|
|
----
|
|
d: (d, .)
|
|
.
|
|
.
|
|
b: (b, .)
|
|
stats: (interface (dir, seek, step): (fwd, 0, 1), (rev, 1, 1)), (internal (dir, seek, step): (fwd, 0, 2), (rev, 2, 2)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 5, key-bytes 5B, value-bytes 5B, tombstoned 0)))
|
|
|
|
# The next call after "set-bounds lower=b" will assume that the iterator
|
|
# is exhausted due to having stepped below b. Which means next should step
|
|
# up to b (or higher), hence returning b.
|
|
iter seq=2
|
|
first
|
|
prev
|
|
set-bounds lower=b
|
|
next
|
|
----
|
|
a: (a, .)
|
|
.
|
|
.
|
|
b: (b, .)
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 1)), (internal (dir, seek, step): (fwd, 2, 0), (rev, 0, 1)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 2B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
set-bounds lower=b
|
|
seek-lt c
|
|
next
|
|
----
|
|
.
|
|
b: (b, .)
|
|
c: (c, .)
|
|
stats: (interface (dir, seek, step): (fwd, 0, 1), (rev, 1, 0)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 1, 1)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 3, key-bytes 3B, value-bytes 3B, tombstoned 0)))
|
|
|
|
iter seq=2
|
|
set-bounds upper=d
|
|
seek-ge c
|
|
prev
|
|
----
|
|
.
|
|
c: (c, .)
|
|
b: (b, .)
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 1)), (internal (dir, seek, step): (fwd, 1, 0), (rev, 0, 2)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 3, key-bytes 3B, value-bytes 3B, tombstoned 0)))
|
|
|
|
define
|
|
a.SET.1:a
|
|
aa.SET.1:aa
|
|
aaa.SET.1:aaa
|
|
b.SET.1:b
|
|
----
|
|
|
|
iter seq=2 lower=a
|
|
seek-prefix-ge a
|
|
first
|
|
prev
|
|
----
|
|
a: (a, .)
|
|
a: (a, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 2, 0), (rev, 0, 1)), (internal (dir, seek, step): (fwd, 2, 0), (rev, 0, 1)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 2B, tombstoned 0)))
|
|
|
|
|
|
iter seq=2 lower=aa
|
|
seek-prefix-ge a
|
|
----
|
|
err=pebble: SeekPrefixGE supplied with key outside of lower bound
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 0, 0), (rev, 0, 0))
|
|
|
|
iter seq=2 lower=a upper=aa
|
|
seek-prefix-ge a
|
|
next
|
|
----
|
|
a: (a, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 1, key-bytes 1B, value-bytes 1B, tombstoned 0)))
|
|
|
|
iter seq=2 lower=a upper=aaa
|
|
seek-prefix-ge a
|
|
next
|
|
----
|
|
a: (a, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 3B, value-bytes 3B, tombstoned 0)))
|
|
|
|
iter seq=2 lower=a upper=b
|
|
seek-prefix-ge a
|
|
next
|
|
----
|
|
a: (a, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 3B, value-bytes 3B, tombstoned 0)))
|
|
|
|
iter seq=2 lower=a upper=c
|
|
seek-prefix-ge a
|
|
next
|
|
----
|
|
a: (a, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 3B, value-bytes 3B, tombstoned 0)))
|
|
|
|
iter seq=2 lower=a upper=aaa
|
|
seek-prefix-ge aa
|
|
----
|
|
aa: (aa, .)
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 1, key-bytes 2B, value-bytes 2B, tombstoned 0)))
|
|
|
|
iter seq=2 lower=a upper=aaa
|
|
seek-prefix-ge aa
|
|
next
|
|
----
|
|
aa: (aa, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 1, key-bytes 2B, value-bytes 2B, tombstoned 0)))
|
|
|
|
define
|
|
a.SET.1:a
|
|
b.SET.2:b
|
|
----
|
|
|
|
iter seq=4
|
|
first
|
|
next
|
|
next
|
|
----
|
|
a: (a, .)
|
|
b: (b, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 2), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 2), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 2B, tombstoned 0)))
|
|
|
|
define
|
|
a.SINGLEDEL.1:
|
|
----
|
|
|
|
iter seq=2
|
|
first
|
|
----
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 1, key-bytes 1B, value-bytes 0B, tombstoned 0)))
|
|
|
|
define
|
|
a.SINGLEDEL.2:
|
|
a.SINGLEDEL.1:
|
|
----
|
|
|
|
iter seq=3
|
|
first
|
|
----
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 2), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 0B, tombstoned 0)))
|
|
|
|
define
|
|
a.SINGLEDEL.2:
|
|
a.DEL.1:
|
|
----
|
|
|
|
iter seq=3
|
|
first
|
|
----
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 2), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 0B, tombstoned 0)))
|
|
|
|
define
|
|
a.SINGLEDEL.2:
|
|
a.MERGE.1:
|
|
----
|
|
|
|
iter seq=3
|
|
first
|
|
----
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 2), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 0B, tombstoned 0)))
|
|
|
|
define
|
|
a.SINGLEDEL.2:
|
|
a.SET.1:b
|
|
----
|
|
|
|
iter seq=3
|
|
first
|
|
----
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 2), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 1B, tombstoned 0)))
|
|
|
|
define
|
|
a.SET.2:b
|
|
a.SINGLEDEL.1:
|
|
----
|
|
|
|
iter seq=3
|
|
first
|
|
next
|
|
----
|
|
a: (b, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 2), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 1B, tombstoned 0)))
|
|
|
|
define
|
|
a.SINGLEDEL.2:
|
|
a.SET.1:b
|
|
b.SET.3:c
|
|
----
|
|
|
|
iter seq=4
|
|
first
|
|
next
|
|
----
|
|
b: (c, .)
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 1), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 3), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 3, key-bytes 3B, value-bytes 2B, tombstoned 0)))
|
|
|
|
define
|
|
a.SINGLEDEL.3:
|
|
a.SET.2:b
|
|
a.SET.1:a
|
|
----
|
|
|
|
iter
|
|
first
|
|
----
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 3, key-bytes 3B, value-bytes 2B, tombstoned 0)))
|
|
|
|
define
|
|
a.SINGLEDEL.3:
|
|
a.MERGE.2:b
|
|
a.MERGE.1:a
|
|
----
|
|
|
|
iter seq=4
|
|
first
|
|
----
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 3), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 3, key-bytes 3B, value-bytes 2B, tombstoned 0)))
|
|
|
|
define
|
|
a.SINGLEDEL.4:
|
|
a.SET.3:val
|
|
a.SINGLEDEL.2:
|
|
a.SET.1:val
|
|
----
|
|
|
|
iter seq=5
|
|
first
|
|
----
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 4), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 4, key-bytes 4B, value-bytes 6B, tombstoned 0)))
|
|
|
|
define
|
|
a.SINGLEDEL.4:
|
|
a.SET.3:val
|
|
a.DEL.2:
|
|
a.SET.1:val
|
|
----
|
|
|
|
iter seq=5
|
|
first
|
|
----
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 4), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 4, key-bytes 4B, value-bytes 6B, tombstoned 0)))
|
|
|
|
define
|
|
a.SINGLEDEL.4:
|
|
a.SET.3:c
|
|
a.MERGE.2:b
|
|
a.SET.1:a
|
|
----
|
|
|
|
iter seq=5
|
|
first
|
|
----
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 4), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 4, key-bytes 4B, value-bytes 3B, tombstoned 0)))
|
|
|
|
define
|
|
a.SINGLEDEL.3:
|
|
a.SET.1:val
|
|
----
|
|
|
|
iter seq=4
|
|
first
|
|
----
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 0), (rev, 0, 0)), (internal (dir, seek, step): (fwd, 1, 2), (rev, 0, 0)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 2, key-bytes 2B, value-bytes 3B, tombstoned 0)))
|
|
|
|
# Exercise iteration with limits, when there are no deletes.
|
|
define
|
|
a.SET.1:a
|
|
b.SET.1:b
|
|
c.SET.1:c
|
|
d.SET.1:d
|
|
----
|
|
|
|
iter seq=2
|
|
seek-ge-limit a b
|
|
next-limit b
|
|
prev-limit a
|
|
next-limit b
|
|
next-limit b
|
|
seek-lt-limit d d
|
|
prev-limit d
|
|
next-limit e
|
|
prev-limit d
|
|
prev-limit c
|
|
prev-limit b
|
|
prev-limit a
|
|
prev-limit a
|
|
next-limit a
|
|
next-limit b
|
|
----
|
|
a: valid (a, .)
|
|
. at-limit
|
|
a: valid (a, .)
|
|
. at-limit
|
|
. at-limit
|
|
. at-limit
|
|
. at-limit
|
|
d: valid (d, .)
|
|
. at-limit
|
|
c: valid (c, .)
|
|
b: valid (b, .)
|
|
a: valid (a, .)
|
|
. exhausted
|
|
. at-limit
|
|
a: valid (a, .)
|
|
stats: (interface (dir, seek, step): (fwd, 1, 6), (rev, 1, 7)), (internal (dir, seek, step): (fwd, 3, 3), (rev, 1, 6)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 11, key-bytes 11B, value-bytes 11B, tombstoned 0)))
|
|
|
|
# Exercise iteration with limits when we have deletes.
|
|
|
|
define
|
|
a.SET.1:a
|
|
b.DEL.3:
|
|
b.SET.2:b
|
|
c.DEL.3:
|
|
c.SET.2:c
|
|
d.SET.1:d
|
|
----
|
|
|
|
iter seq=4
|
|
seek-ge-limit a b
|
|
next-limit b
|
|
prev-limit a
|
|
prev-limit a
|
|
next-limit b
|
|
next-limit b
|
|
next-limit b
|
|
prev-limit a
|
|
next-limit c
|
|
prev-limit b
|
|
next-limit c
|
|
next-limit d
|
|
next-limit e
|
|
next-limit e
|
|
prev-limit d
|
|
next-limit e
|
|
----
|
|
a: valid (a, .)
|
|
. at-limit
|
|
a: valid (a, .)
|
|
. exhausted
|
|
a: valid (a, .)
|
|
. at-limit
|
|
. at-limit
|
|
a: valid (a, .)
|
|
. at-limit
|
|
. at-limit
|
|
. at-limit
|
|
. at-limit
|
|
d: valid (d, .)
|
|
. exhausted
|
|
d: valid (d, .)
|
|
. exhausted
|
|
stats: (interface (dir, seek, step): (fwd, 1, 10), (rev, 0, 5)), (internal (dir, seek, step): (fwd, 3, 13), (rev, 1, 8)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 21, key-bytes 21B, value-bytes 14B, tombstoned 0)))
|
|
|
|
iter seq=4
|
|
seek-ge-limit b d
|
|
next-limit d
|
|
prev-limit b
|
|
next-limit e
|
|
----
|
|
. at-limit
|
|
. at-limit
|
|
. at-limit
|
|
d: valid (d, .)
|
|
stats: (interface (dir, seek, step): (fwd, 1, 2), (rev, 0, 1)), (internal (dir, seek, step): (fwd, 1, 9), (rev, 0, 5)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 15, key-bytes 15B, value-bytes 9B, tombstoned 0)))
|
|
|
|
iter seq=4
|
|
seek-lt-limit d c
|
|
prev-limit c
|
|
prev-limit b
|
|
prev-limit a
|
|
prev-limit a
|
|
next-limit b
|
|
----
|
|
. at-limit
|
|
. at-limit
|
|
. at-limit
|
|
a: valid (a, .)
|
|
. exhausted
|
|
a: valid (a, .)
|
|
stats: (interface (dir, seek, step): (fwd, 0, 1), (rev, 1, 4)), (internal (dir, seek, step): (fwd, 1, 0), (rev, 1, 5)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 6, key-bytes 6B, value-bytes 4B, tombstoned 0)))
|
|
|
|
# NB: Zero values are skipped by deletable merger.
|
|
define merger=deletable
|
|
a.MERGE.1:1
|
|
a.MERGE.2:2
|
|
a.MERGE.3:-1
|
|
a.MERGE.4:-2
|
|
b.MERGE.4:-3
|
|
b.MERGE.3:3
|
|
b.MERGE.2:2
|
|
b.MERGE.1:-2
|
|
----
|
|
|
|
iter seq=5
|
|
seek-ge a
|
|
next
|
|
next
|
|
prev
|
|
prev
|
|
----
|
|
.
|
|
.
|
|
.
|
|
.
|
|
.
|
|
stats: (interface (dir, seek, step): (fwd, 1, 2), (rev, 0, 2)), (internal (dir, seek, step): (fwd, 1, 8), (rev, 1, 8)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 16, key-bytes 16B, value-bytes 24B, tombstoned 0)))
|
|
|
|
iter seq=4
|
|
seek-ge a
|
|
next
|
|
next
|
|
prev
|
|
prev
|
|
----
|
|
a: (2, .)
|
|
b: (3, .)
|
|
.
|
|
b: (3, .)
|
|
a: (2, .)
|
|
stats: (interface (dir, seek, step): (fwd, 1, 2), (rev, 0, 2)), (internal (dir, seek, step): (fwd, 1, 6), (rev, 1, 6)),
|
|
(internal-stats: (block-bytes: (total 0B, cached 0B, read-time 0s)), (points: (count 16, key-bytes 16B, value-bytes 24B, tombstoned 0)))
|