mysql db in cloud with c# desktop application geting too slow
-
getting too slow when connect c# desktop application with mysql cloud database
-
getting too slow when connect c# desktop application with mysql cloud database
I am thinking you're going to need a lot more information than that.
"the debugger doesn't tell me anything because this code compiles just fine" - random QA comment "Facebook is where you tell lies to your friends. Twitter is where you tell the truth to strangers." - chriselst "I don't drink any more... then again, I don't drink any less." - Mike Mullikins uncle
-
getting too slow when connect c# desktop application with mysql cloud database
You're going to have to provide a LOT more information than that. There's only about a thousand things that can be wrong. We know nothing about your code, how you're retrieving data, any locking involved, normalization, queries you're using, the database, its structure, indexing, ... Absolutely nothing.
Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles. Dave Kreskowiak
-
getting too slow when connect c# desktop application with mysql cloud database
You would need to figure out exactly which part is slow. Presuming that it actually a database call then you would need to look at the SQL statements that are being executed. And the environment. So if you are running 100,000 clients it is going to be far different than if you are running 1.