yugabyte/yugabyte-db

[DocDB] Mark all tables in system namespace with TableInfo::is_system_

Open

#15,998 建立於 2023年2月7日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)C (1,003 fork)batch import
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.

貢獻者指南