cancel
Showing results for 
Search instead for 
Did you mean: 

What are the maxDB indices - just b-trees of the usual sort?

Former Member
0 Kudos

Or does maxDB use "IFAM" bitmaps/lists with hashed addresses also?

Thanks.

djh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi David,

MaxDB indices are b-trees, like those of base tables.

The index key for a row in an index b-tree also contains the primary key for that row. Then, there is another navigation through the original tree to find the data of that row.

Hope this answers your question,

Ashwath

Answers (0)