Quick onboard
Deployment
Data Modeling
Connecting
Migration
Query
Operations and Maintenance
Common Maintenance
Partition
Backup and Restore
Expansion
Mirroring
Resource Management
Security
Monitoring
Performance Tuning
Troubleshooting
Reference Guide
Tool guide
Data type
Storage Engine
Executor
Stream
DR (Disaster Recovery)
Configuration
Index
Extension
SQL Reference
Delete the index.
DROP INDEX [ CONCURRENTLY ] [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]
DROP INDEX deletes existing indexes from the database system. To execute this command, you must be the owner of the index.
CONCURRENTLY
IF EXISTS
name
CASCADE
RESTRICT
Delete the index title_idx:
DROP INDEX title_idx;
DROP INDEX is an extension of the YMatrix database language. There is no indexing provision in the SQL standard.