Say I could use either of these two queries:
SELECT `name`, `age` FROM `people` WHERE `person_id` = '1';
vs
SELECT `name`, `age`, `address`, `email` FROM `people` WHERE `person_id` = '1';
Would the first one be significantly faster?
|
|
Results 1 to 2 of 2
Thread: Is this significantly faster?Threaded View
Thread InformationUsers Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |
|
Bookmarks