ALTER TABLE Release Rows Options - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Syntax and Examples

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
Published
January 2021
Language
English (United States)
Last Update
2021-01-22
dita:mapPath
ncd1596241368722.ditamap
dita:ditavalPath
hoy1596145193032.ditaval
dita:id
B035-1144
lifecycle
previous
Product Category
Teradata Vantage™

Removes the logically deleted rows from a load isolated (LDI) table or a join index. You use this option to reclaim the space occupied by the deleted rows. You should collect statistics when you perform this operation on an LDI table or a join index. Reclaiming space on a regular basis improves query performance on the LDI table or a join index. This operation physically deletes those rows that are marked as logically deleted. The corresponding secondary indexes are maintained.

You must have the DROP TABLE privilege to perform this operation.

An EXCLUSIVE lock is placed on the table to perform the deletion.

DELETED
Optionally, the DELETED keyword can be specified for readability.
AND RESET LOAD IDENTITY
The RowLoadID of the rows is set to 0. The version number of the table is incremented and the CurrLoadID value is set to 0.
If this option is not specified, the version number of the table is not changed.