You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Christian Luttazi (JIRA)" <ji...@apache.org> on 2016/11/22 13:10:58 UTC

[jira] [Created] (ZEPPELIN-1696) Cassandra interpreter does not have pagination

Christian Luttazi created ZEPPELIN-1696:
-------------------------------------------

             Summary: Cassandra interpreter does not have pagination
                 Key: ZEPPELIN-1696
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1696
             Project: Zeppelin
          Issue Type: Improvement
          Components: zeppelin-interpreter
    Affects Versions: 0.7.0
            Reporter: Christian Luttazi
             Fix For: 0.7.0


Hello all,
I was looking into https://issues.apache.org/jira/browse/ZEPPELIN-463
I am currently facing a similar issue, basically the browser freezes when displaying more than 5k rows.
The JS starts saying: 
Handling of 'wheel' input event was delayed for 1971 ms due to main thread being busy. Consider marking event handler as 'passive' to make the page more responsive.
vendor.ad32e609e9466e7a.js:327 Handling of 'wheel' input event was delayed for 2293 ms due to main thread being busy. Consider marking event handler as 'passive' to make the page more responsive.
vendor.ad32e609e9466e7a.js:327 Handling of 'wheel' input event was delayed for 2582 ms due to main thread being busy. Consider marking event handler as 'passive' to make the page more responsive.

Which makes the UX very unpleasant. This issue would be to address this by simplying adding a LIMIT X (where x is a defined amount) to all queries, only when using the table.
Another request could address pagination.

What do you say? How should I start?

Thanks, regards,



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)