Skip to content

Commit

Permalink
Removed link to deleted content in explore (yugabyte#9485)
Browse files Browse the repository at this point in the history
  • Loading branch information
lizayugabyte authored Jul 28, 2021
1 parent d1f8fc0 commit ce9ae5a
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ can be supported using colocated tables.
- **Lower scalability - until removal from colocation tablet**.
The assumptions behind tables that are colocated is that their data need not be automatically sharded and distributed across nodes. If it is known a priori that a table will get large, it can be opted out of the colocation tablet at creation time. If a table already present in the colocation tablet gets too large, it can dynamically be removed from the colocation tablet to enable splitting it into multiple tablets, allowing it to scale across nodes.

## Usage

To learn more about using this feature, see [Explore colocated tables](../../../explore/colocated-tables/macos/).

## What's next?

For more information, see the architecture for [colocated tables](https://github.com/yugabyte/yugabyte-db/blob/master/architecture/design/ysql-colocated-tables.md).

0 comments on commit ce9ae5a

Please sign in to comment.