aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/io/table_format.txt
blob: dd846e012955f396cb0c9f59939f4fae1f7700b9 (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.md