3
n0ah
6y

Another question for Database-Gurus:

Is a MySQL table with 4 columns and about 42000+ rows considered 'big' or should the table be split in smaller pieces?

Comments
  • 0
  • 2
    You should start counting in Millions...
  • 0
  • 7
    I'm by no means a database guru but in my experience you can store millions of rows in such a table without any performance issues given that there is a primary index. The real performance hogs will be your queries if they are inefficiently written 😉
  • 3
    That’s a small table.
Add Comment