MySQL Forums
Forum List  »  Newbie

Re: Speed - which would be faster
Posted by: statline
Date: March 24, 2005 05:12PM

Why would "Select * From DB where k_key = 1234" be slower than

Select item1,item2,item3,item4 From DB where k_key = 1234"

The only info the user wouldn't require from the DB is the k_key, all other info would have to be pulled up

Options: ReplyQuote


Subject
Written By
Posted
March 24, 2005 03:38PM
Re: Speed - which would be faster
March 24, 2005 05:12PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.