Dear list,
If I correctly understood, MyISAM provides three kinds of indexes:
BTrees, RTrees and fulltext-indexes, doesn't it. My questions are:
(1) What is the current order of the BTree implementation? Where is it
definened in the Sourcecode? For me order means the minimal number of
elements per node (excl. the root node).
(2) How many dimensions are supportet by the RTree? I looked at the
functions for computing the bounding box and I believe that MyISAM
supports only 2 Dimensions. Am I right?
Thanx alot,
Hagen