Small. Fast. Reliable.
Choose any three.
DROP INDEX

drop-index-stmt:

DROP INDEX IF EXISTS schema-name . index-name

The DROP INDEX statement removes an index added with the CREATE INDEX statement. The index is completely removed from the disk. The only way to recover the index is to reenter the appropriate CREATE INDEX command.

This page last modified on 2022-01-08 05:02:57 UTC