Performance of datatable.select() func against database query or the xquery
- From: Mukesh <efextra@xxxxxxxxxxxxxxxxx>
- Date: Wed, 13 Jun 2007 19:33:05 +0530
Hi all
I am developing a webportal on VS2005 and ASP.NET 2.0
Using MsSQL SERVER 2005.
I have some static records(around 15000) in the database.These contents never changed while the application is running.
what i m doing is querying the database only once at the application_start event of the global.asax file and storing the records in dataset...and further no query to database is done for this data. wherever I need this data I fetch it from the dataset...through datatable.select(filter expression) method.this is done several time for a single page request and the website is high traffic portal.
Is it an efficient way of doing or there is any other better way by which I can achieve the same..,as the amount of data is very large...approx 15,000 records.
Plz Suggest me ..........
Thanxxxxxxxxxxxxxx
Regards
Deepti Yadav
Noida
.
- Follow-Ups:
- RE: Performance of datatable.select() func against database query or the xquery
- From: Walter Wang [MSFT]
- RE: Performance of datatable.select() func against database query or the xquery
- Prev by Date: Re: multiple webservice calls in one persistent connection
- Next by Date: Vista problem?
- Previous by thread: Add new row to binded Dropdownlist retrieved from database table
- Next by thread: RE: Performance of datatable.select() func against database query or the xquery
- Index(es):
Relevant Pages
|