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. 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. 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. Link to comment https://forums.phpfreaks.com/topic/168409-which-is-faster/#findComment-889971 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.