regarding large amount of data through server side processing

regarding large amount of data through server side processing

psYch022psYch022 Posts: 6Questions: 4Answers: 0

i have a data of more than 200000 rows and its shows server timeout its takes more time to load in datatable

Answers

  • colincolin Posts: 15,236Questions: 1Answers: 2,598

    Hi @psYch022 ,

    This section here of the FAQ will help you out,

    Cheers,

    Colin

  • psYch022psYch022 Posts: 6Questions: 4Answers: 0

    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

  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395

    its show ajax error

    What is the error message?

    Are you enabling server-side processing?

  • psYch022psYch022 Posts: 6Questions: 4Answers: 0

    after enabling server side my code does run should i show u the code

  • colincolin Posts: 15,236Questions: 1Answers: 2,598

    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

This discussion has been closed.