High_Non_Group (HNG) Index

Add an HNG index for range searches.

An HNG index requires approximately three times less disk space than an HG index. On that basis alone, if you do not need to do group operations, use an HNG index instead of an HG index.

Conversely, if you know you are going to do queries that a HG index handles more efficiently, or if the column is part of a join, or you want to enforce uniqueness, use an HG index.

Note: Using the HNG index instead of the HG index may seriously degrade performance of complex ad hoc queries joining four or more tables. If query performance is important for such queries in your application, choose both HG and HNG.