yugabyte/yugabyte-db
在 GitHub 查看[DocDB] Mark all tables in system namespace with TableInfo::is_system_
Open
#15,998 建立於 2023年2月7日
area/docdbgood first issuehelp wantedkind/enhancementpriority/low
倉庫指標
- Star
- (8,229 star)
- PR 合併指標
- (平均合併 17天 21小時) (30 天內合併 92 個 PR)
描述
Jira Link: DB-5405
Description
Currently only sys_catalog and some ysql system tables are tagged as TableInfo::is_system_. Other tables in the system namespace are currently not tagged.
YBTableName used by clients has a similar is_system but it classifies all tables in the system namespace as system.