Crate mz_catalog_protos

source ·
Expand description

All of the protobuf types we durably persist in the Catalog.

These exist outside of the mz_catalog crate because the code generated by prost for the protobuf files, takes a considerable (>40s) amount of time to build and even check, yet the protobuf files rarely change. So moving them into a separate crate allows folks to iterate on the mz_catalog crate without having to pay the cost of re-compiling these protobuf files.

Modules§

Macros§

Constants§