Maintenance overhead increases with the number of indexes. We recommend that you drop unnecessary indexes.
Syntax for dropping an index:
DROP INDEX index_name;
Example:
obclient> DROP INDEX t3_ind2;
Query OK, 0 rows affected
Products
High-quality database products to meet full lifecycle enterprise data management needs.
Resources
Various types of resources about OceanBase and the database industry
Docs
Rich content to meet the content demands of using products and solving product usage problems
OceanBase Database
Download PDF
OceanBase, A Highly Scalable Database for Transactional, Analytical, and AI Workloads.
Resources
© OceanBase 2024. All rights reserved | Cloud Service Agreement | Privacy Policy | Legal | Security
Maintenance overhead increases with the number of indexes. We recommend that you drop unnecessary indexes.
Syntax for dropping an index:
DROP INDEX index_name;
Example:
obclient> DROP INDEX t3_ind2;
Query OK, 0 rows affected