Forum: MySQL 13 Days Ago |
| Replies: 1 Views: 324 id is your primary key so it is already indexed
mysql> show indexes from artikulli; |
Forum: MySQL Jul 7th, 2007 |
| Replies: 3 Views: 1,916 Also you may want to temporarily stop using indexes on the tables in question |
Forum: MySQL Jun 12th, 2007 |
| Replies: 3 Views: 1,838 I didn't see this thread sooner and it may now be too late, but 1 database is the way to go; easier to manage, easier to optimise, easier to backup, faster, requires less disk space.. 1 database is... |