Speeding up server side
Speeding up server side
Newinthezone
Posts: 22Questions: 0Answers: 0
Hi all
I am using datatables server side processing on my MVC application. IT works well but when I have records up to the tune of 1 to 2 million , the server takes way to long to load before it can send the first 10 records to the client. It takes to long for the object on the server to load data from the database after which it proceeds to send data back to the client. It takes 8 minutes for 2 million records to be loaded onto the server in my case.
Is there any way through which server side could be optimized to load data faster. If this is not related to datatables, could you please suggest any other methods through which data could be loaded faster. Something like caching techniques through which data is loaded again and again for different clients. Well thats just my idea but hoping to look for a better solution.
Thanks
I am using datatables server side processing on my MVC application. IT works well but when I have records up to the tune of 1 to 2 million , the server takes way to long to load before it can send the first 10 records to the client. It takes to long for the object on the server to load data from the database after which it proceeds to send data back to the client. It takes 8 minutes for 2 million records to be loaded onto the server in my case.
Is there any way through which server side could be optimized to load data faster. If this is not related to datatables, could you please suggest any other methods through which data could be loaded faster. Something like caching techniques through which data is loaded again and again for different clients. Well thats just my idea but hoping to look for a better solution.
Thanks
This discussion has been closed.
Replies
Allan