my db is growing everyday by several tens of GB. because of this, it was decided to move several tables to another server. the speed of work is extremely critical.
1 - how to make it so that one of the databases can connect to a table from another database. I need the code directly, I can't find it.
2 - make a database on server 1 so that when making a request to the product_log table, if necessary, the database itself makes a request to the desired server. server 1 db 1 product_log table (september) server 2 db 1 product_log table (october) server 2 db 1 product_log table (november)