|
|||||||||||
|
what does "index map: N" mean?
From: Baron Schwartz <baron(at)xaprb.com>
Date: Wed Aug 29 2007 - 12:26:10 EDT
range checked for each record (index map: N) Here's an example:
drop table t1;
id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE t1 ref y y 5 const 1 Using where 1 SIMPLE t2 range x x 5 NULL 4 Range checked for each record (index map:0x1) I know what the rest of it means, but what does 0x1 mean? -- -- This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 07:59:14 EDT |
||||||||||
|
|||||||||||