regarding large amount of data through server side processing
regarding large amount of data through server side processing
![psYch022](https://secure.gravatar.com/avatar/ae398936ba15ad8b985bd2fdc31925cf/?default=https%3A%2F%2Fvanillicon.com%2Fae398936ba15ad8b985bd2fdc31925cf_200.png&rating=g&size=120)
i have a data of more than 200000 rows and its shows server timeout its takes more time to load in datatable
This discussion has been closed.
Answers
Hi @psYch022 ,
This section here of the FAQ will help you out,
Cheers,
Colin
sir can u tell me one answer that i have a data of 200000 rows and when i load that data in datatable its show ajax error and when i limit upto 10000 rows data its take 5.2 mb and 17 sec to load is there a way to load data when user click on pagination button then data loads i use deferRender also but no effects take place
What is the error message?
Are you enabling server-side processing?
after enabling server side my code does run should i show u the code
With
serverSide
enabled, the server would only send the data required for the page being displayed. If you're still being a vast amount of rows, that would suggest your server-side script isn't behaving properly. See this page here for the expected interactions.Cheers,
Colin