yugabyte/yugabyte-db

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

Open

#15.998 aberto em 7 de fev. de 2023

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)C (1.003 forks)batch import
area/docdbgood first issuehelp wantedkind/enhancementpriority/low

Métricas do repositório

Stars
 (8.229 stars)
Métricas de merge de PR
 (Mesclagem média 17d 21h) (92 fundiu PRs em 30d)

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.

Guia do colaborador