File format
===========

The table format is similar to the table format for the LevelDB
open source key/value store, with the exception that our tables
do not support "filter" meta blocks (Bloom Filters).  See:

https://github.com/google/leveldb/blob/master/doc/table_format.md
