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

The table format is heavily based on 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://code.google.com/p/leveldb/source/browse/doc/table_format.txt
