We have two databases on the same server. The number of rows on both tables in each database that I'm comparing is less than 200. The query is one select statement which runs like Google's "Instant Search".
On the test database, the query runs in 300 milliseconds including the html return of results.
On the preprod, the query seems to hang up for 3-4 seconds.
My question is, with the exact same server and php code, how do I locate what the issue is between the two databases?
On the test database, the query runs in 300 milliseconds including the html return of results.
On the preprod, the query seems to hang up for 3-4 seconds.
My question is, with the exact same server and php code, how do I locate what the issue is between the two databases?
Comment