BEGIN PARALLEL IQ … END PARALLEL IQ Statement

Groups CREATE INDEX statements together for execution at the same time.

Quick Links:

Go to Parameters

Go to Examples

Go to Usage

Go to Standards

Go to Permissions

Syntax

... BEGIN PARALLEL IQ statement-list
... END PARALLEL IQ

Parameters

(back to top)

Examples

(back to top)

Usage

(back to top)

The BEGIN PARALLEL IQ … END PARALLEL IQ statement lets you execute a group of CREATE INDEX statements as though they are a single DDL statement, creating indexes on multiple IQ tables at the same time. While this statement is executing, you and other users cannot issue other DDL statements.

Note:
  • This statement does not support RLV-enabled tables.
  • This statement does not support TEXT indexes.
Side effects:
  • Automatic commit

Standards

(back to top)

  • SQL—Vendor extension to ISO/ANSI SQL grammar.
  • SAP Sybase Database product—Not supported by Adaptive Server. For support of statements inside the statement, see CREATE INDEX Statement.

Permissions

(back to top)

None

Related reference
CREATE INDEX Statement