Large dataset performance, even with server-side???

Large dataset performance, even with server-side???

mvelasquezmvelasquez Posts: 17Questions: 0Answers: 0
edited March 2011 in General
I have a dataset of ~5000 records.
It's 4 columns deep.

I have it populating server-side and it still takes about 7 seconds to render the datatable.
It's near instantaneous to create the JSON object on the server-side. The 7 second lag happens on the client side when it renders the table itself.

Is there anything further that I can do?

I'm running:

jQuery 1.5.1
datatables 1.7.6
server-side data loading
4900 records

ASP.NET MVC C#

Replies

  • allanallan Posts: 63,516Questions: 1Answers: 10,472 Site admin
    Can you possibly give us a link to your example? Loading 10 records at a time with server-side processing should happen in a fraction of a second on the client-side once its got the data! I've seen DataTables used with 20 million rows with no problem, so I think there might be something funny going on somewhere :-)

    Allan
This discussion has been closed.