mirror of
https://github.com/wader/fq.git
synced 2024-11-23 09:56:07 +03:00
8665df56e8
In the LevelDB encoding, the internal key can be cut at any byte: including the user_key, type, or sequence_number. The resulting prefix is shared among subsequent keys and not specified explicitly by them. This fixes a previous mistaken belief that cuts can't happen in the last 8 bytes of the type & sequence number. Tests are added. |
||
---|---|---|
.. | ||
testdata | ||
leveldb_descriptor.go | ||
leveldb_descriptor.jq | ||
leveldb_descriptor.md | ||
leveldb_log.go | ||
leveldb_log.md | ||
leveldb_table.go | ||
leveldb_table.md |