I have read theory about distributed database. Now i want to implement it practically but cant find any practical tutorial on distributed databases. All tutorials are theoretical.
Can someone tell me how can i place two tables on two different servers and can retrieve data from them with a single query.
and how can i divide one table vertically or horizontally and can place it on different servers and can retrieve data from this table.
OR at least any detailed tutorial that teaches to distribute tables(mysql).