Index support: what is possible and what not ?

<< Click to Display Table of Contents >>

Navigation:  The Vo2Ado RDD > Indexes >

Index support: what is possible and what not ?

Previous pageReturn to chapter overviewNext page

What is currently supported ?

 

The following syntax of the INDEX ON command (and functions) is supported

 

   INDEX ON <uKeyValue> [TAG <xcOrder>] [TO <xcIndexFile>]

 [UNIQUE] [ASCENDING | DESCENDING] [ADDITIVE]

 

What is NOT supported ?

 

The following elements of the INDEX ON command are NOT supported

 

 [WHILE <lCondition>]        

 [FOR <lCondition>]

 [EVAL <cbEval> [EVERY <nInterval>]

 [USECURRENT] [CUSTOM] [NOOPTIMIZE]

 

 

Unique Indexes

 

The VO2ADO RDD handles the UNIQUE property of an index differently than the standard RDDs. It tries to create an Unique Index on the server, which will fail if two rows in the table have the same index key value(s).