Does the order of Fields affect the performance of a Table?
For example, if my table has...
...and I moved "email" - which is a commonly used and important field - to the end like this...- id
- hash
- temp_password
- temp_reset_on
- first_name
- last_name
- reg_date
- reg_ip
- activation_code
- created_on
- updated_on
...then how would that affect the performance of my Table and Queries?- id
- hash
- temp_password
- temp_reset_on
- first_name
- last_name
- reg_date
- reg_ip
- activation_code
- created_on
- updated_on
Debbie



Reply With Quote







Bookmarks