The document discusses the benefits of making the system catalogs in a relational database management system (RDBMS) as relations (tables). This approach stores schema metadata and internal bookkeeping information in relational tables and views, as advocated by the RDBMS. It allows all metadata to be made available through catalog views, which present metadata independently of the underlying implementation and are unaffected by catalog table changes. Catalog views provide the most efficient and standardized way to access core server metadata and help with query optimization.