yugabyte/yugabyte-db

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

Open

#11.311 geöffnet am 1. Feb. 2022

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

Repository-Metriken

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

Beschreibung

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.

Contributor Guide