DDL_OPTIONS2 option

Function

Displays information about how long it took to insert or delete rows from an index.

Allowed values

0 – 3

Default

0

Scope

Can be set for an individual connection or the PUBLIC group. Takes effect immediately

Description

DDL_OPTIONS2 displays messages telling how long it took to insert or delete rows in each index. The following settings are allowed:

For example, the following command displays messages that show how long it took to insert rows in each index:

SET TEMPORARY OPTION DDL_OPTIONS2 = 1
2004-04-06 09:24:10 0000000002 [20902]: Insert completed. Index 'yahoo.DBA.ASIQ_IDX_T200_C10_FP', in 0 seconds. 

See also

Interpreting notification messages in Chapter 7, “Moving Data In and Out of Databases” in the Sybase IQ System Administration Guide.