Product Documentation

VCL/CLX Developers Guide

Previous Topic

Next Topic

Forcing an index rebuild

There may be situations where you may need to build the indexes of a table. You can use the CTDB_ALTER_INDEX action parameter of AlterTable() member to force the rebuild of all indexes of a table. When CTDB_ALTER_INDEX is specified, AlterTable() will rebuild all indexes of a table regardless of any changes done to the table specification.

TOCIndex