-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Description
As discussed today on daliconsultants:
In pg_stats
, toasted data is exactly 18 bytes when data is totally toasted. So the query computes that the bloat is higher than real.
Perhaps is it possible to exclude text columns with 18.0 bytes and an extended/external storage ? That would not solve the case for columns with very different sizes, where avg_width is a mix of 18 and real sizes.
Metadata
Metadata
Assignees
Labels
No labels