G
Guest
I am using .NET Framework 1.1 on a windows server machine.
I am creating a .NET web application where
I will ask user to select parameters and a query will be generated
dynamically, this query will then be passed to the database server for
retrieval of data.
I this scenario there can be around 50 users who are requesting the
information according to their need; so the query for each of them can be
same or different,
In short I want to save these queries for future use.
I feel that in this scenario some caching could help, but I am not sure how.
We can also store these queries somewhere and by using some statistical
information so that we can retrieve these stored queries in future if the
same query is to be fired, but I dont know how.
If anybody have any better way to achieve this please let me know.
I am creating a .NET web application where
I will ask user to select parameters and a query will be generated
dynamically, this query will then be passed to the database server for
retrieval of data.
I this scenario there can be around 50 users who are requesting the
information according to their need; so the query for each of them can be
same or different,
In short I want to save these queries for future use.
I feel that in this scenario some caching could help, but I am not sure how.
We can also store these queries somewhere and by using some statistical
information so that we can retrieve these stored queries in future if the
same query is to be fired, but I dont know how.
If anybody have any better way to achieve this please let me know.