MySQL Forums
Forum List  »  PHP

Re: MYSQL LIMITATION?
Posted by: Peter Brawley
Date: March 22, 2006 09:05AM

3000 profiles--that's not a lot of data.

Why the base64 encoding? Is all your base64 encoding & decoding serverside? Did you roll your own base64 function? Have you compared performance with and without it?

It may be faster to store pointers to picture files rather than the pictures themselves.

Once you minimise the performance cost of encoding & decoding, look at database design, indexes and query oiptimisation.

PB

Options: ReplyQuote


Subject
Written By
Posted
March 22, 2006 02:01AM
Re: MYSQL LIMITATION?
March 22, 2006 09:05AM


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.