What is a MaxDB secondary key (index)?
The MaxDB primary key is a UNIQUE index that is implemented directly on the data tree, unlike a secondary key (index), that is, no separate primary key tree is created for the primary key. The primary key is used as a separator in the B* tree. The records of the table are sorted and stored in key sequence.