Closed zuyu closed 8 years ago
This small PR set up the CatalogDatabaseCache proto in the optimizer.
CatalogDatabaseCache
Note that it does not affect the single-node version, as we use a macro to ensure that it is only used in the distributed version.
Hi @zuyu
The PR looks good. I have couple of comments, mostly to clarify things.
This small PR set up the
CatalogDatabaseCache
proto in the optimizer.Note that it does not affect the single-node version, as we use a macro to ensure that it is only used in the distributed version.