pg_gather icon indicating copy to clipboard operation
pg_gather copied to clipboard

Limit the number of tables and indexes in the HTML report

Open jobinau opened this issue 3 years ago • 2 comments

If there are too many indexes and tables listed in the report, the Browser may hang on devices with fewer resources.

jobinau avatar Aug 11 '21 06:08 jobinau

The possible solution is to limit the list of tables and indexes to 10k. Additional information can be made available though custom analysis queries on the backend data

jobinau avatar Aug 11 '21 06:08 jobinau

This is addressed using 2 commits https://github.com/jobinau/pg_gather/commit/be78eef98bf83ddeaa24903910fc2c11799fe91e and https://github.com/jobinau/pg_gather/commit/ba2b6e182cbc931e034174868ac169e7c1741d64

jobinau avatar Aug 11 '21 07:08 jobinau