mtbl

Library for creating and reading immutable sorted string tables

brewmacoslinux
Try with needOr install directly
Source

About

Immutable sorted string table library

Commands

mtbl_dumpmtbl_extractmtbl_merge

Examples

Dump contents of an MTBL file to standard output$ mtbl_dump file.mtbl
Extract a key range from an MTBL file$ mtbl_extract file.mtbl key_prefix output.mtbl
Merge multiple MTBL files into a single sorted output$ mtbl_merge output.mtbl input1.mtbl input2.mtbl input3.mtbl