Skip to main content

DDLDefineBitmapExtent

Specify whether a table created by a DDL statement defines a bitmap extent index.

Synopsis

[SQL]    DDLDefineBitmapExtent=n

n is either 1 or 0. The default value is 1.

Description

When DDLDefineBitmapExtent is enabled (n = 1), a table created by a DDL CREATE TABLE statement defines a bitmap extent index. The index improves the performance of COUNT(*), a function that returns the number of rows in the table.

Changing This Parameter

To set the desired value for DDLDefineBitmapExtent from the Terminal, use the SetOption(“DDLDefineBitmapExtent”)Opens in a new tab method of the %SYSTEM.SQL.UtilOpens in a new tab class. See the class reference for details.

You can also change DDLDefineBitmapExtent with the Config.SQLOpens in a new tab class (as described in the class reference) or by editing the CPF in a text editor (as described in Editing the Active CPF).

FeedbackOpens in a new tab