Advantages and Disadvantages of High_Group

High_Group indexes have these advantages and disadvantages.

HG advantages/disadvantages

Advantages

Disadvantages

Quickly processes queries with GROUP BY.

This index facilitates join index processing. It is one of indexes recommended for columns used in join relationships. LF is the other.

This index needs additional disk space compared to the HNG index (it can take up as much as three times more space than raw data).

This index type takes the longest time to populate with data, and to delete.

Cannot use this index if data in your columns is BIT, VARBINARY > 255 bytes, CHAR > 255 bytes, or VARCHAR > 255 bytes.

This index is not recommended for FLOAT, REAL, and DOUBLE data.