Jump to content

Use * ?


Suchy

Recommended Posts

Only selecting the data you need will result in the quickest operating application.

 

Any data that you select that ends up in the result set must be physically retrieved from the database file, transfered from the mysql server to the php mysql client, and then stored in memory by the php mysql client. The time taken to retrieve, transfer, and store the data is directly proportional to the amount of data.

Link to comment
https://forums.phpfreaks.com/topic/107736-use/#findComment-552462
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.