TEXT Delete Operations

SAP Sybase IQ chooses one of two algorithms to process delete operations on columns with a TEXT index.

TEXT Delete Costing

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

You can use the TEXT_DELETE_METHOD database option to control TEXT delete performance.

Using TEXT Delete Performance Option

The value of the parameter specified with the TEXT_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

For more information on the TEXT_DELETE_METHOD database option, see “TEXT_DELETE_METHOD option” in “TEXT Indexes and Text Configuration Objects” of Unstructured Data Analytics in Sybase IQ.

Related concepts
HG Delete Operations
WD Delete Operations