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