We store the location information in a table. Numbers of records are over four thousand. This table structure is self-recursive. In our web project, we use dropdownlist control to populate all these locations. We got performance slow problem. So googling about Caching, we consider to use Data Caching with Sql Dependency. However, not found yet a full-covered sample in .NET 2.0 and SQL Server 2005 or 2008. Please share me.
-
Before you start caching your data, have you checked where the performance issue is?Kim R– Kim R2010-12-15 13:20:25 +00:00Commented Dec 15, 2010 at 13:20
-
We're still finding where the issue is? Because at our office, loading time is around 3 sec. But at client side, it's over 7 sec.soclose– soclose2010-12-16 06:07:48 +00:00Commented Dec 16, 2010 at 6:07
-
another case - we use a third party control - multi-column drop down. At every post back, its datasource is auto nothing. so I code the 1st time from Database, the rest from viewState. here which way is better to performance issue?soclose– soclose2010-12-16 09:45:02 +00:00Commented Dec 16, 2010 at 9:45
Add a comment
|