WD Delete Operations

SAP Sybase IQ chooses one of three algorithms to process delete operations on columns with a WD (Word) index.

WD Delete Costing

The WD delete cost model considers many factors including I/O costs, CPU costs, available resources, index metadata, and parallelism.

You can use the WD_DELETE_METHOD database option to control WD delete performance.

Using WD Delete Performance Option

The value of the parameter specified with the WD_DELETE_METHOD option forces the use of the specified delete algorithm as follows:

  • 0 = Mid or large delete as selected by the cost model

  • 1 = Small delete

  • 2 = Large delete

  • 3 = Mid delete

For more information on the WD_DELETE_METHOD database option, see “WD_DELETE_METHOD option” in “Database Options” of Reference: Statements and Options.

Related concepts
HG Delete Operations
TEXT Delete Operations