brown2005 Posted August 1, 2009 Share Posted August 1, 2009 Selecting two tables in a mysql query.. or selecting one table and using functions to get individual values from other tables. Quote Link to comment https://forums.phpfreaks.com/topic/168409-which-is-faster/ Share on other sites More sharing options...
gevans Posted August 1, 2009 Share Posted August 1, 2009 It really does depend on the queries. But really a single query is better than two seperate queries. Quote Link to comment https://forums.phpfreaks.com/topic/168409-which-is-faster/#findComment-888351 Share on other sites More sharing options...
fenway Posted August 3, 2009 Share Posted August 3, 2009 It really does depend on the queries. But really a single query is better than two seperate queries. Assuming proper index usage. Quote Link to comment https://forums.phpfreaks.com/topic/168409-which-is-faster/#findComment-889971 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.