I have a site that uses php with mysql. The database uses many tables. Some of these tables are being used by very long and complicated queries. To speed things up in the site, does it make sense to use more than one database at a time, so that some of the tables will be free while there are heavy queries being made to tables on the other database of the site?
Thanks,
Lord Rogaine