aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/io/table_format.txt
blob: 7edb9fb1213ad7c3c42155a46e72933979f59130 (plain)
1
2
3
4
5
6
7
8
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