Welcome Guest ( Log In | Register )

Bump Topic Topic Closed RSS Feed

Outline · [ Standard ] · Linear+

 .net app getting sql data slow from network

views
     
silverhawk
post Nov 17 2023, 12:39 AM

Eyes on Target
Group Icon
Elite
4,956 posts

Joined: Jan 2003


I doubt network is the real issue

10k rows is not a lot, even to transfer over the network as a single payload. So your problem is definitely not in the network, but somewhere in your code.

Must be something in your code that's creating latency, which is not obvious when run locally, but easily adds up over the network.

Lets say you are fetching 10k records, and some loop or something you're doing is introducing a network latency (e.g. server callback, logging, etc). An average of 1 extra ms for each row is 10,000ms which is 10 seconds.

Topic ClosedOptions
 

Change to:
| Lo-Fi Version
0.0134sec    1.46    6 queries    GZIP Disabled
Time is now: 23rd December 2025 - 08:31 AM