c# - MySQL: Join across multiple databases on different computers -


i aware is possible joins across multiple databases know if databases on different computers possible. if possible - performance suffer?

it depends.

i have used linked servers in mssql/sql-server before , joining 1 table on different computer can extremely slow depends on data volume.

what suggest select data remote computer appropriate filter temp table first. join temp table local table. speeds things substantially.


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -