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"? Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/168096-page-load/#findComment-886589 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.