MySQL Forums
Forum List  »  Newbie

Re: Database logic - Small or Large Tables for speed
Posted by: Barry Galbraith
Date: April 19, 2015 07:21PM

The key to speed is indexing, so MySQL can find the row you want without having look at EVERY row.
Size of the table is (relatively) unimportant.

>if I create tables for each user?

Almost always a bad idea.

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
Re: Database logic - Small or Large Tables for speed
April 19, 2015 07:21PM


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.