yugabyte/yugabyte-db

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

Open

#15.998 geöffnet am 7. Feb. 2023

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C (1.003 Forks)batch import
area/docdbgood first issuehelp wantedkind/enhancementpriority/low

Repository-Metriken

Stars
 (8.229 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 17T 21h) (92 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide