mcmuney Posted July 30, 2009 Share Posted July 30, 2009 How much of a difference does it make when using "SELECT *" vs "SELECT field_names"? Link to comment https://forums.phpfreaks.com/topic/168096-page-load/ Share on other sites More sharing options...
abazoskib Posted July 30, 2009 Share Posted July 30, 2009 select only the fields you need. the speed of a select depends on many things: indexes, size of each column, data structures, and more. the more you select, the slower in general it will be. Link to comment https://forums.phpfreaks.com/topic/168096-page-load/#findComment-886589 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.