Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed broken alias and formatting #5096

Merged
merged 1 commit into from
Jul 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fixed broken alias and formatting
  • Loading branch information
Sid Choudhury committed Jul 15, 2020
commit 4c4642feb335471ba5097a4189463dbbc6002173
5 changes: 4 additions & 1 deletion docs/content/latest/api/ycql/ddl_create_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ Where
- An error is raised if `index_name` already exists in the associated keyspace unless the `IF NOT EXISTS` option is used.
- Indexes do not support TTL. An error is raised if data is inserted with TTL into a table with indexes.

{{< note title="Note" >}} When an index is created on an existing table, YugabyteDB will automatically backfill existing data into the index in an online manner (that is, while continuing to serve other concurrent writes and traffic). For more details on how this is done, see [Online Index Backfill](https://github.com/yugabyte/yugabyte-db/blob/master/architecture/design/online-index-backfill.md)

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

When an index is created on an existing table, YugabyteDB will automatically backfill existing data into the index in an online manner (that is, while continuing to serve other concurrent writes and traffic). For more details on how this is done, see [Online Index Backfill](https://github.com/yugabyte/yugabyte-db/blob/master/architecture/design/online-index-backfill.md).

{{< /note >}}

Expand Down
4 changes: 1 addition & 3 deletions docs/content/latest/api/ysql/commands/ddl_create_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ Use the `CREATE INDEX` statement to create an index on the specified columns of

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

When an index is created on an existing table, YugabyteDB automatically backfills existing data
into the index. Currently, this is not done in an online manner. To online backfill an
index, you can set the `ysql_disable_index_backfill` flag to `false` when starting yb-tservers. Note that we don't recommend setting this flag in a production cluster yet. For details on how online index backfill works, see [Online Index Backfill](https://github.com/yugabyte/yugabyte-db/blob/master/architecture/design/online-index-backfill.md)
When an index is created on an existing table, YugabyteDB automatically backfills existing data into the index. Currently, this is not done in an online manner. To online backfill an index, you can set the `ysql_disable_index_backfill` flag to `false` when starting yb-tservers. Note that we don't recommend setting this flag in a production cluster yet. For details on how online index backfill works, see [Online Index Backfill](https://github.com/yugabyte/yugabyte-db/blob/master/architecture/design/online-index-backfill.md).

{{< /note >}}

Expand Down
2 changes: 1 addition & 1 deletion docs/content/latest/releases/earlier-releases/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ in [What's new in 2.2](../whats-new/).

Release | Date | Binary | Docker Image Tag
--------|------|-------------------------------|-----------------
[v2.1.8](./v2.1.8) |June 16, 2020 | <a href="https://downloads.yugabyte.com/yugabyte-2.1.6.0-darwin.tar.gz"><i class="fab fa-apple"></i><span class="release-os">macOS</span></a>, <a href="https://downloads.yugabyte.com/yugabyte-2.1.6.0-linux.tar.gz"><i class="fab fa-linux"></i><span class="release-os">Linux</span></a> | 2.1.8.2-b1
[v2.1.8](./v2.1.8) |June 19, 2020 | <a href="https://downloads.yugabyte.com/yugabyte-2.1.6.0-darwin.tar.gz"><i class="fab fa-apple"></i><span class="release-os">macOS</span></a>, <a href="https://downloads.yugabyte.com/yugabyte-2.1.6.0-linux.tar.gz"><i class="fab fa-linux"></i><span class="release-os">Linux</span></a> | 2.1.8.2-b1
[v2.1.6](./v2.1.6) |May 8, 2020 | <a href="https://downloads.yugabyte.com/yugabyte-2.1.6.0-darwin.tar.gz"><i class="fab fa-apple"></i><span class="release-os">macOS</span></a>, <a href="https://downloads.yugabyte.com/yugabyte-2.1.6.0-linux.tar.gz"><i class="fab fa-linux"></i><span class="release-os">Linux</span></a> | 2.1.6.0-b17
[v2.1.5](./v2.1.5) |April 27, 2020 | <a href="https://downloads.yugabyte.com/yugabyte-2.1.5.0-darwin.tar.gz"><i class="fab fa-apple"></i><span class="release-os">macOS</span></a>, <a href="https://downloads.yugabyte.com/yugabyte-2.1.5.0-linux.tar.gz"><i class="fab fa-linux"></i><span class="release-os">Linux</span></a> | 2.1.5.0-b17
[v2.1.4](./v2.1.4) |April 15, 2020 | <a href="https://downloads.yugabyte.com/yugabyte-2.1.4.0-darwin.tar.gz"><i class="fab fa-apple"></i><span class="release-os">macOS</span></a>, <a href="https://downloads.yugabyte.com/yugabyte-2.1.4.0-linux.tar.gz"><i class="fab fa-linux"></i><span class="release-os">Linux</span></a> | 2.1.4.0-b5
Expand Down
2 changes: 1 addition & 1 deletion docs/content/latest/releases/earlier-releases/v2.1.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ linkTitle: v2.1.8
description: v2.1.8 release notes
section: RELEASES
menu:
v2.1:
latest:
identifier: v2.1.8
parent: earlier-releases
weight: 2556
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ linkTitle: 1. Prepare cloud environment
description: Prepare your AWS environment for the Yugabyte Platform.
aliases:
- /latest/deploy/enterprise-edition/prepare-cloud-environment/
- /latest/deploy/enterprise-edition/prepare-cloud-environment/#aws
- /latest/deploy/enterprise-edition/prepare-cloud-environment/
- /latest/yugabyte-platform/deploy/prepare-cloud-environment/
menu:
latest:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ headerTitle: Prepare cloud environment for GCP
linkTitle: 1. Prepare cloud environment
description: Prepare your GCP environment for the Yugabyte Platform.
aliases:
- /latest/deploy/enterprise-edition/prepare-cloud-environment/#gcp
- /latest/deploy/enterprise-edition/prepare-cloud-environment/
menu:
latest:
identifier: prepare-cloud-2-gcp
Expand Down