Rate This Document
Findability
Accuracy
Completeness
Readability

V1.0.0

Change Description

OmniHBaseGSI, the HBase global secondary index feature, 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.

Resolved Issues

None

Known Issues

None