yugabyte/yugabyte-db

[DocDB] Assign all "system_platform" tables as system tables

Open

#11.311 aberto em 1 de fev. de 2022

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

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-906

Description

Currently, the table "write_read_test" in keySpace "system_platform" is counted towards user tables, so even when the user has only one table, the portal shows the user has two tables. image image

We should assign all the tables in system_platform as System tables, so we don't count them in the UI.

Guia do colaborador