ceremonyclient/pebble/sstable/testdata/prefixreader/bloom

23 lines
143 B
Plaintext
Raw Normal View History

2024-01-03 07:31:42 +00:00
build
a.SET.1:A
aa.SET.2:AA
aaa.SET.3:AAA
aaaa.SET.4:AAAA
b.SET.5:B
----
get
b
ab
a
aaa
aa
aaaa
----
B
<err: pebble: not found>
A
AAA
AA
AAAA