Topic awaiting preservation: mysql table restriction? (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Gainesboro, TN, USA |
posted 04-10-2006 15:13
Hello! |
Paranoid (IV) Inmate From: Madison, Indiana, USA |
posted 04-10-2006 18:20
The answer to your question will depend on the version of MySQL, the operating system, and the size of each table. I don't know of any restrictions on the number of tables you can create in MySQL only on the size of the database, which is limited to 8 terabytes as of version 4.0. I'm not saying there are no restrictions on the number of tables, I just don't know of any. |
Maniac (V) Inmate From: |
posted 04-10-2006 18:32
Beware of inner joins also on MySQL, inner joins will only work as real constraints if you are using InnoDB tables (and it's a hassle to configure). |
Bipolar (III) Inmate From: Gainesboro, TN, USA |
posted 04-10-2006 19:09
Hello |
Maniac (V) Inmate From: |
posted 04-10-2006 19:56
*cough. ~blushes. Ah, yeah, now that I come to think of it, that is a valid business reason indeed. |