DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    AA Guest

    Improving query performance under increased load


    We have an ASP page that does a simple select on a master table containing
    less than 1000 rows and displays in a dropdown. When multiple users are
    running the same query simultaneuosly, the reponse time grows exponentially.


    For eg. the query takes 5 seconds to return this data for a single user and
    52 secs for 10 concurrent users.

    Is there any way to cache the data or to improve the performance?

    Database: MS SQL Server

  2. #2
    Michael Levy Guest

    Re: Improving query performance under increased load

    I've discussed this with a co-worker. We're wondering what you have the
    cursor location set to: client or server and if you're going through a
    component that was written with VB.

    -Mike
    --
    Michael Levy MCDBA, MCSD, MCT
    michaell@gasullivan.com




Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links