Hi all, Question: does the Torque generate queries with JOIN??? Or when it cames to joining tables, it creates an where clause???
AFAIK, if generating where clauses instead of joins, IT COULD LEAD to performance problems. Using JOIN is recommended instead of plain where clauses. Am I right? In case of large tables (lots of data), a couple of where clauses to join some tables would slow down the application quite allot. Pls correct me if I am wrong. Better to find out now that I am wrong than having wrong ideas in my mind. 10q, Alex --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
