I have a bit of an issue with my SQL queries. Basically whenever someone within my network uploads something (to gmail, dropbox anything) my SQL-queries become approximately 20 times slower.
Sadly, where I am, we can only get a 6mbit internet connection, so that may be part of the problem and our upload-speeds are particularly terrible (usually uploads will fluctuate heavily between a few hundred bytes (!) and about 100 kb per second. But I am still confused as to why this causes my sql-queries to execute soooo slowly. Is this reasonable?
I am accessing a MySQL-server through a vpn but I doubt that that is the problem since it works fine if no one is uploading anything ..
Is there maybe a way to reserve some bandwidth for SQL-queries?
** EDIT ** I am the only one using the VPN. My internet-trafic does not go through the VPN.