Drop a secondary index (2i)
Secondary indexes (2i) indexes can be dropped (deleted).
Prerequisites
-
-
Drop a 2i index:
-
DROP INDEX IF EXISTS cycling.teams_idx;
Secondary indexes (2i) indexes can be dropped (deleted).
Drop a 2i index:
DROP INDEX IF EXISTS cycling.teams_idx;