Re: [pgAdmin4][Patch] - RM 3664 - Statistic panel hangs when 1000+ tables

2019-01-31 Thread Akshay Joshi
Thanks patch applied with the mentioned changes. On Thu, Jan 31, 2019 at 2:26 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Khushboo, > > The patch looks good to me and statistics works great now. Tested with > 2000 tables. > However, I did not get what did the below change

Re: [pgAdmin4][Patch] - RM 3664 - Statistic panel hangs when 1000+ tables

2019-01-31 Thread Aditya Toshniwal
Hi Khushboo, The patch looks good to me and statistics works great now. Tested with 2000 tables. However, I did not get what did the below change do. *diff --git a/web/pgadmin/misc/statistics/static/js/statistics.js b/web/pgadmin/misc/statistics/static/js/statistics.js* *index cfd573e1..5441f883

Re: [pgAdmin4][Patch] - RM 3664 - Statistic panel hangs when 1000+ tables

2019-01-29 Thread Khushboo Vashi
Hi, Please find the attached updated patch. I have also improved the performance of the properties tab. Please also apply the bootstrap toggle patch to check the properties tab performance. Thanks, Khushboo On Tue, Jan 22, 2019 at 5:05 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wro

Re: [pgAdmin4][Patch] - RM 3664 - Statistic panel hangs when 1000+ tables

2019-01-22 Thread Aditya Toshniwal
Hi Khushboo, There is improvement than before but the UI still lags. I tested with 2000 tables and statistics on Tables node. I would also suggest to add further rows only if scrolling down. Rows adding can be avoided even if the scroll does not take to the last element. Currently, if I scroll sli

Re: [pgAdmin4][Patch] - RM 3664 - Statistic panel hangs when 1000+ tables

2019-01-21 Thread Akshay Joshi
Hi Aditya Can you please review it. On Thu, Jan 17, 2019 at 11:36 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to fix the RM 3664 - Statistic panel hangs > when 1000+ tables > > The statistics tab hangs with more rows. So, now the rows will

[pgAdmin4][Patch] - RM 3664 - Statistic panel hangs when 1000+ tables

2019-01-16 Thread Khushboo Vashi
Hi, Please find the attached patch to fix the RM 3664 - Statistic panel hangs when 1000+ tables The statistics tab hangs with more rows. So, now the rows will be pushed in the backgrid collection in bunches on scroll event to fix this issue. Thanks, Khushboo RM_3664.patch Description: Binary d