yugabyte/yugabyte-db

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

Open

#15 998 ouverte le 7 févr. 2023

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)C (1 003 forks)batch import
area/docdbgood first issuehelp wantedkind/enhancementpriority/low

Métriques du dépôt

Stars
 (8 229 stars)
Métriques de merge PR
 (Merge moyen 17j 21h) (92 PRs mergées en 30 j)

Description

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.

Guide contributeur