Say SQLite BLOB protos are ideally temporary
authorJustine Tunney <jart@google.com>
Thu, 18 Jan 2018 04:55:46 +0000 (20:55 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 18 Jan 2018 04:59:53 +0000 (20:59 -0800)
commit4d9bef194799c0656c9ea80f8f083cfab1ebc14a
tree2a0176193d20cf8ca486dcabc34e56ebfebf716a
parent2b6bb5c203ce9778ef63bf4ef68b3425fc42cc12
Say SQLite BLOB protos are ideally temporary

We ideally want a schema that's pure SQL and doesn't embed
protos. However some protos we don't have time to translate
quite yet. So we put a BLOB as the last field so it can be
migrated later.

Please note there might end up being some things highly
specific to TensorFlow and/or Google that end up here. In
those cases we might consider keeping the proto blobs
permanently, if they're difficult to express in SQL.

PiperOrigin-RevId: 182313847
tensorflow/contrib/tensorboard/db/schema.cc