[pgadmin-hackers] 10k Tables and more - Mailing list pgadmin-hackers

From Joao De Almeida Pereira
Subject [pgadmin-hackers] 10k Tables and more
Date
Msg-id CAE+jjanj7-DwOWRFwemyOxPQr59EDJBgaBy06Ab2cVzfXX7A4A@mail.gmail.com
Whole thread Raw
Responses Re: [pgadmin-hackers] 10k Tables and more  (Dave Page <dpage@pgadmin.org>)
List pgadmin-hackers
Hi Hackers,
We were looking at a schema that had 10k+ tables on it and we noticed a substantial decrease of performance while loading the tables and after they are loaded and we try to scroll over them.

After some search on the web we found a post of the ACITree maintainer here and he states that the library was not meant to handle that amount of data. 
Still, with whatever optimizations I'll be able to implement, 10k items seem allot on one level. On a slow hardware you'll still have to wait enough to get them created, scrolling will also be a problem ... I think.

Is it a common scenario to have an extremely large number of tables? 
We wanted to bring up this issue to solicit ideas for ways to improve the performance of large lists of tables in the ACITree.

Thanks,
João and Matt

pgadmin-hackers by date:

Previous
From: Surinder Kumar
Date:
Subject: Re: [pgAdmin4]: Webpacking of static JS/CSS
Next
From: Joao De Almeida Pereira
Date:
Subject: [pgadmin-hackers][pgaweb][Patch] Add style guide to pga website