Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.02 KB

alter-index.md

File metadata and controls

23 lines (17 loc) · 1.02 KB
title summary toc
ALTER INDEX
Use the ALTER INDEX statement to change an existing index.
true

The ALTER INDEX statement applies a schema change to an index. For information on using ALTER INDEX, see the pages for its relevant subcommands.

{% include {{{ page.version.version }}/misc/schema-change-stmt-note.md %}

Subcommands

Subcommand Description
CONFIGURE ZONE Configure replication zones for an index.
PARTITION BY Partition, re-partition, or un-partition an index. (Enterprise-only).
RENAME Change the name of an index.
SPLIT AT Force a range split at the specified row in the index.
UNSPLIT AT Remove a range split enforcement at a specified row in the index.

Viewing schema changes

{% include {{ page.version.version }}/misc/schema-change-view-job.md %}