Home | History | Annotate | Download | only in io
      1 File format
      2 ===========
      3 
      4 The table format is similar to the table format for the LevelDB
      5 open source key/value store, with the exception that our tables
      6 do not support "filter" meta blocks (Bloom Filters).  See:
      7 
      8 https://github.com/google/leveldb/blob/master/doc/table_format.md
      9