Re: performance with joins

2004-06-15 Thread SGreen
06/15/2004 05:17 Subject: performance with joins

performance with joins

2004-06-15 Thread ighen
I have 3 tables: - table_1 - pri key is id+lang - table_2 - pri key is id - table_3 - pri key is id+lang (Full-Text table) To join all 3 tables with their keys and run a full-text query, I understand I need to put the Full-Text table at the end of the joins.. If I use the tables as def