Re: Some questions on indexes.

2001-03-05 Thread Tibor Simko
Hello > Is there a place or book where a newbie can gather information on > indexes? Section 12.4 of the manual is your friend. "EXPLAIN SELECT foo" will tell you what indexes are used in doing your "foo" query. cheers -- TS ---

Some questions on indexes.

2001-02-28 Thread Tobias Wolff
Hello, I have searched for some information on single- and multi-colum indexes, but often it is mentioned that the behaviour is implementation dependend. So I post my questions on this list. If it's the wrong place, please redirect me to the right one. I am currently working with MySQL 3.22.32 o