dataegret / pgcompacttable

BSD 3-Clause "New" or "Revised" License
314 stars 48 forks source link

Possibility to use pgstattuple_approx #53

Open burochkin opened 12 months ago

burochkin commented 12 months ago

For large tables, pgstattuple can take a very long time and this affects the database performance. To estimate bloat, the results of the pgstattuple_approx function should usually be enough.