Github user pgandhi999 commented on the issue:

    https://github.com/apache/spark/pull/19270
  
    > Does datatables support requesting pages dynamically from the server side 
instead of having to load the full data set from the get go?
    If that is the case, then my change serves no purpose. As I have mentioned 
in the PR, we would like to support sort over all applications rather than the 
20 entries in the current page and this is not possible if the data is loaded 
dynamically.
    
    > But how high is high?
    
    For around 100000 tasks as you suggested in the above comment, the loading 
time is approximately 50-55 seconds which is compensated by the extremely short 
times for sorting, searching and pagination for a hundred thousand tasks!


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to