risingwave_frontend::catalog

Module root_catalog

source

Structs§

  • Root catalog of database catalog. It manages all database/schema/table in memory on frontend. It is protected by a RwLock. Only crate::observer::FrontendObserverNode will acquire the write lock and sync it with the meta catalog. In other situations, it is read only.

Enums§