yugabyte/yugabyte-db

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

Open

#15.998 aperta il 7 feb 2023

Vedi su GitHub
 (4 commenti) (0 reazioni) (0 assegnatari)C (1003 fork)batch import
area/docdbgood first issuehelp wantedkind/enhancementpriority/low

Metriche repository

Star
 (8229 star)
Metriche merge PR
 (Merge medio 17g 21h) (92 PR mergiate in 30 g)

Descrizione

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.

Guida contributor