I have a perl program that uses mysql. Every time it runs a new search, it creates some appropriate tables for that search in a database.
The problem is the database now has a lot of tables and i was wondering how this will start affecting speed.
Would it be better/faster to have each search create a new database or just to continue as is?
Cheers.