Hi,
Thanks you...
Let us examine the options both of you suggested .
1) Cache
Say there are 1 million records, suppose each record taking just 1kb. We need 1GB of RAM... Practically if there is 2 or 3 kb per record then..... I am not planning to go with such a big config.
2) XML
Hi,
Thanks you...
Let us examine the options both of you suggested .
1) Cache
Say there are 1 million records, suppose each record taking just 1kb. We need 1GB of RAM dedicated for this... Practically if there is 2 or 3 kb per record then..... I am not planning to go with such a big config.Again the data will be varying... so frequently...
2) XML
I am fetching the record by ID. So as Mr. Jimmy suggested the SQL Server may be more tuned... & may result ...
3) Finally SQL server
Currently I am fetching the records from SQL server only. I fetch data using DataReader & close it. Now, in the testing scenerio it works well...
But my main concern is does SQL Server can handle this in realtime... How many requests (though small) it can handle? Is there any limit?
On an average there will be about 100 requests per second (though not continous)
Could you pls suggest any sample/site handling the same situation
Thanks,
Shine