Github user vanzin commented on the issue:

    https://github.com/apache/spark/pull/19270
  
    > sort over all the entries rather than the 20 entries in the current page
    
    Sort is over all entries, isn't it? If it isn't, the work I have on 
SPARK-18085 sorts over all entries and is pretty fast at that.
    
    > the loading time is approximately 50-55
    
    That's pretty slow. My code in SPARK-18085 takes a few seconds to load each 
page, and can be sped up a lot by caching some data that has to be computed on 
every load.
    
    It doesn't support search, but that can be added.



---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to