|
|||||||||||
|
Re: what does "index map: N" mean?
From: Baron Schwartz <baron(at)xaprb.com>
Date: Thu Aug 30 2007 - 08:02:33 EDT
I don't think it's the same thing as bitmap indexing -- as I understand it, it's a bitmap that says which indexes which could help a join between two tables, i.e. a cryptic way of listing indexes. At each row in table N, the server looks at the indexes in table N+1 and decides which one might help find matching rows for the current values. I think this isn't the same thing as a bitmap index, which I actually don't really understand. But maybe this is an "emulation" of bitmap indexes. This seems to work on all engines AFAIK. > On a related note, I have been testing performance regressions of Hmmm, as soon as anyone says what this means I'll add it to the visual explain tool. It seems there are a lot of undocumented things in EXPLAIN. Baron -- MySQL Internals Mailing List For list archives: http://lists.mysql.com/internals To unsubscribe: http://lists.mysql.com/internals?unsub=lists@pantek.comReceived on Thu Aug 30 08:05:31 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 07:59:15 EDT |
||||||||||
|
|||||||||||