indexing - What kind of indexes does Firebird use and why? -
according firebird faq, indexes directional, means don't use classical b-trees implementation. use?
what advantages? other databases use too?
the link provided not contain enough information make conclusion index structure used firebird.
afaik, firebird indexes b-tree variants. not have direct documentation link right support word, can see references:
- tracker entry reporting wrong index entries order @ non-leaf b-tree pages (firebird tracker)
- description of b-tree page structure ods version (ibexpert documentation)
there many other examples on internet, google it.
Comments
Post a Comment