yugabyte/yugabyte-db
GitHub で見る[DocDB] Mark all tables in system namespace with TableInfo::is_system_
Open
#15,998 opened on 2023年2月7日
area/docdbgood first issuehelp wantedkind/enhancementpriority/low
Repository metrics
- Stars
- (8,229 stars)
- PR merge metrics
- (平均マージ 17d 21h) (30d で 92 merged PRs)
説明
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.