Skip to content

Commit

Permalink
beta tag and auto splitting (yugabyte#5104)
Browse files Browse the repository at this point in the history
* removed beta tag on create table colocated

* updated automatic splitting section in architecture
  • Loading branch information
schoudhury authored Jul 15, 2020
1 parent fd8d083 commit 5c53175
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/content/latest/architecture/docdb-sharding/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ DocDB supports range and hash sharding natively.
<div class="title">Tablet splitting</div>
</div>
<div class="body">
How tablet splitting works in DocDB. This includes pre-splitting tablets, manual splitting and dynamic splitting.
How tablet splitting works in DocDB. This includes pre-splitting tablets, manual splitting and automatic splitting.
</div>
</a>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,13 @@ There are a few important things to note here.

{{</note >}}

## Dynamic splitting
## Automatic splitting

Dynamic splitting is currently a [work-in-progress](https://github.com/yugabyte/yugabyte-db/issues/1004) feature and is not yet available. Design for this feature can be reviewed on [GitHub](https://github.com/yugabyte/yugabyte-db/blob/master/architecture/design/docdb-automatic-tablet-splitting.md).
{{< note title="Note" >}}

This feature is currently in [BETA](../../../../faq/general/#what-is-the-definition-of-the-beta-feature-tag).

{{< /note >}}

Design for automatic splitting can be reviewed on [GitHub](https://github.com/yugabyte/yugabyte-db/blob/master/architecture/design/docdb-automatic-tablet-splitting.md). While the broader feature is [work-in-progress](https://github.com/yugabyte/yugabyte-db/issues/1004), tablets can be automatically split for a few scenarions starting the v2.2 release. Detailed documentation is coming soon.

2 changes: 1 addition & 1 deletion docs/content/v2.1/architecture/docdb-sharding/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ DocDB supports range and hash sharding natively.
<div class="title">Tablet splitting</div>
</div>
<div class="body">
How tablet splitting works in DocDB. This includes pre-splitting tablets, manual splitting and dynamic splitting.
How tablet splitting works in DocDB. This includes pre-splitting tablets, manual splitting and automatic splitting.
</div>
</a>
</div>
Expand Down

0 comments on commit 5c53175

Please sign in to comment.