Re: Using multi-database design - opinions?
Posted by: Rick James
Date: July 11, 2013 09:33PM

You could split into two databases if that "feels" better.
MySQL does not care.
If you need to reach across dbs, the syntax is
SELECT ... FROM db1.tbl1 JOIN db2.tbl2 ...

Options: ReplyQuote


Subject
Written By
Posted
Re: Using multi-database design - opinions?
July 11, 2013 09:33PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.