@Preston
By default, queries will use the index with the lowest expected cost (as in relational databases). But some cases, it is needed to specify which index(es) should be considered for a query:
If you want to ensure a specific type of index is used for specific type of queries, for example cust...