Skip to content

Commit

Permalink
removed beta tag on create table colocated (yugabyte#5103)
Browse files Browse the repository at this point in the history
  • Loading branch information
schoudhury authored Jul 15, 2020
1 parent 4b567aa commit fd8d083
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/content/latest/api/ysql/commands/ddl_create_database.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,6 @@ Specify `false` to only superusers or the owner of the database can clone it.

### COLOCATED

{{< note title="Note" >}}

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

{{< /note >}}

Specify `true` if all tables for this database should be colocated on a single tablet. See [colocated tables architecture](https://github.com/yugabyte/yugabyte-db/blob/master/architecture/design/ysql-colocated-tables.md) for details on when colocated tables are useful.
Default value is `false` and every table in the database will have its own set of tablets.

Expand Down

0 comments on commit fd8d083

Please sign in to comment.