YMatrix
Quick Start
Simulate Time Series Scenarios
Standard Cluster Deployment
Data Modeling
Connecting to The database
Data Writing
Data Migration
Data Query
Maintenance and Monitoring
Performance Tuning
Troubleshooting
Reference Guide
Tool Guide
Data Type
Storage Engine
Execution Engine
Configuration Parameters
SQL Reference
FAQ
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.