Change Description
The OmniHBaseGSI global secondary index feature of Kunpeng BoostKit for Big Data uses an independent index table to store index data, accelerating conditional queries that include SingleColumnValueFilter. When a given query condition hits an index, the full-table query of the data table is converted to an exact-range query of the index table to increase the query speed.
Version 1.0.0 has the following changes:
- Index management: creates, queries, and deletes an index, and modifies its status.
- Index repair: triggers index repair to ensure that the final query result is correct if the index data hit by a query operation is invalid.
- Index tool: provides a global secondary index tool to create, query, delete, and modify indexes, fill in the index table data, check consistency, repair indexes, and query version information.
Parent topic: V1.0.0