Skip to content

Commit

Permalink
Schema Tracking is GA in v14+
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <mattalord@gmail.com>
  • Loading branch information
mattlord committed Jun 28, 2022
1 parent f0a4369 commit e27c096
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions content/en/docs/14.0/reference/features/schema-tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ weight: 16
aliases: ['/docs/reference/schema-tracking/']
---

{{< warning >}}
This feature is experimental.
{{< /warning >}}

VTGate does not natively track table schema. Users are allowed to provide an authoritative list of columns through a VSchema which is then used to enhance query planning. If no such list is provided, a set of queries will not be supported by VTGate due to a lack of information on the underlying tables/columns.

The schema tracking functionality alleviates this issue and enable VTGate to plan more queries. When using schema tracking, VTGate keeps an authoritative list of columns on all tables. The following query set can be planned:
Expand Down
4 changes: 0 additions & 4 deletions content/en/docs/15.0/reference/features/schema-tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ weight: 16
aliases: ['/docs/reference/schema-tracking/']
---

{{< warning >}}
This feature is experimental.
{{< /warning >}}

VTGate does not natively track table schema. Users are allowed to provide an authoritative list of columns through a VSchema which is then used to enhance query planning. If no such list is provided, a set of queries will not be supported by VTGate due to a lack of information on the underlying tables/columns.

The schema tracking functionality alleviates this issue and enable VTGate to plan more queries. When using schema tracking, VTGate keeps an authoritative list of columns on all tables. The following query set can be planned:
Expand Down

0 comments on commit e27c096

Please sign in to comment.