I have a question, how to INNER JOIN two tables between two Database server...
If INNER JOIN in one server is okay, but how about two ?
Any idea ?...
I have a question, how to INNER JOIN two tables between two Database server...
If INNER JOIN in one server is okay, but how about two ?
Any idea ?...
You can join tables from multiple servers you can do it using Spider storage engine check this link http://spiderformysql.com/product.html
You can’t use a standard InnoDB storage engine for your use case. The best way to accommodate your case in the database layer, you can use Spider Storage Engine for MySQL. Otherwise, you need to JOIN in the application layer or use the data warehouse mechanism to do that.