You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2018/12/20 02:31:49 UTC

[GitHub] fred521 commented on issue #3254: [ZEPPELIN-3575] Add 'Copy Column Name' to table visualisation-table

fred521 commented on issue #3254: [ZEPPELIN-3575] Add 'Copy Column Name' to table visualisation-table 
URL: https://github.com/apache/zeppelin/pull/3254#issuecomment-448836624
 
 
   It won’t well as long as you use this component.
   
   The ui-Grid will generate tons of watchers in angularjs
   
   For example, 10 paragraphs of ui-grid in one notebook, and each paragraph
   has 10k records .
   
   It will generate 22k watchers in the angularjs session, slow down speed and
   performance a lot.
   
   Test that in some kind of angularjs debug tool.
   
   https://github.com/angular-ui/ui-grid/issues/5547
   
   
   On Wed, Dec 19, 2018 at 17:47 Xun Liu <no...@github.com> wrote:
   
   > UI-Grid actually creates a lot of performance issue, why not deprecate it
   > but still introducing new feature?
   >
   > In my service, I completely wiped out UI-Grid
   >
   > What are the performance issues with UI-Grid? We should improve him, not
   > give up on him.
   >
   > —
   > You are receiving this because you were mentioned.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/zeppelin/pull/3254#issuecomment-448828616>, or mute
   > the thread
   > <https://github.com/notifications/unsubscribe-auth/AC9O8aYR9C2UxoWbPho0a-l6tb75AqOgks5u6uxKgaJpZM4ZGOPP>
   > .
   >
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services