Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Performance / April 2007

Tip: Looking for answers? Try searching our database.

low performance

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
vijaya - 28 Mar 2007 01:21 GMT
Hi all,
    My client is reporting that my .net application is creating 60% burden
on database,how can i reduce this burden please help me out.
schneider - 28 Mar 2007 18:20 GMT
Close any unused connections.
Make sure you create as few connections as possible.
Call Dispose on DB objects when nolonger needed.

Schneider

> Hi all,
>     My client is reporting that my .net application is creating 60% burden
> on database,how can i reduce this burden please help me out.
PS - 03 Apr 2007 17:51 GMT
> Hi all,
>     My client is reporting that my .net application is creating 60% burden
> on database,how can i reduce this burden please help me out.

You need to determine what is causing the workload. Is it the application or
is it the database? By the application I mean that the application is
accessing the database constantly or requesting too much information like
extremely large tables. By the database I mean that the database design
(e.g. the indexing) is inefficient making it work hard and do table scans
etc. It could also be a combination of these 2. You can start by profiling
the database activity and then by examining that you can see the frequency
and the amount of time that the database is being used.

PS

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.