Subject Re: [firebird-support] database indicies
Author Ann W. Harrison
p_b_turner wrote:
> Have a question posed by a co-worker. He wants to know what the
> underlying indexing mechanism is for the Firebird Database Tables.
> (eg. B-Tree, Hashing, etc.).
>

Essentially Falcon uses B* trees, with prefix and suffix compression.
To learn more than you care to know, look here:

http://www.ibphoenix.com/main.nfs?a=ibphoenix&l=;PAGES;NAME='ibp_expert1'


Regards,


Ann