[DocDB] Decouple table schema from tablet metadata #14221
Labels
area/docdb
YugabyteDB core features
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
Jira Link: DB-3681
Description
Currently TableInfo for all tables in a colocated database are stored in the superblock of the parent tablet. This is a serialized proto file where the entire file is read/written as a single unit.
As a result of this, as the number of tables increases, the size of the file increases and therefore the latency of the operation also increases.
Proposal is to decouple the table schema from tablet metadata so that adding/removing tables results in a incremental update to the metadata as opposed to a full file update.
The text was updated successfully, but these errors were encountered: