I want to know the performance of this datatables in handling bunch of data
I want to know the performance of this datatables in handling bunch of data
Is this good for handling more than hundred thousands of rows? i found out that this is a good project. but I am not still convinced to used it for my upcoming projects. my project will handle less than millions of data, then I'm afraid that when the number of entry of records reached the number I expected, it will slow down the system. so i just want to know the aswer of my question. Sorry for my bad english. and i hoping for your good reply. Thank you
This discussion has been closed.
Replies
Here is an example of Scroller using 50'000 rows: http://datatables.net/release-datatables/extras/Scroller/large_js_source.html .
If you want to make it as fast as possible though, and you might be dealing with >100'000 rows I would very much suggest you consider using server-side processing: http://datatables.net/release-datatables/examples/data_sources/server_side.html . I've seen this cope with 20 million+ rows without any problem :-)
Allan