Considerations For Dropping Secondary Indexes to Enable Client Batch Load Utilities - Analytics Database - Teradata Vantage

SQL Data Definition Language Detailed Topics

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2023-07-11
dita:mapPath
vuk1628111288877.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
B035-1184
lifecycle
latest
Product Category
Teradata Vantage™

You cannot drop a secondary index to enable batch data loading by utilities such as MultiLoad and FastLoad as long as queries are running that access that secondary index. Each such query places a READ lock on the hash index while it is running, so it blocks the completion of any DROP INDEX transaction until the READ lock is removed. Furthermore, as long as a DROP INDEX transaction is running, batch data loading jobs against the underlying table of the index cannot begin processing because of the EXCLUSIVE lock DROP INDEX places on the base table that defines the index.