I have some ODBC SQL queries which, when run from the local environment where the database is hosted, take 4 seconds. But when they're run from a remote, hosted server, those same exact queries take twice as long.
I've tested the connection speed and am getting about 2 Mb/s between the two machines, so that doesn't seem to be the problem.
Any ideas on where to look or how to improve the execution of those remote queries?