| From: | Alexis Zapata <alexise23(at)hotmail(dot)com> |
|---|---|
| To: | "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org> |
| Subject: | Table : Bloat grow high |
| Date: | 2022-11-11 17:09:27 |
| Message-ID: | BLAPR19MB4626534A9D173ECE0F0A9521A1009@BLAPR19MB4626.namprd19.prod.outlook.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hi all,
In postgresql 13.5 I have a table (size 3.1 GB) and in this table occurs near to 200 updates per second, after 2 days the size table is 7 GB and bloat grow to 45% and
the query operations are degraded. vacuum runs every 5 seconds over this. but the bloat growth continues, to solve the
problem quickly, we have made a replica of the table with a trigger, then a copy of the data and in a
transaction we rename the table, but it would not be the best solution.
Some suggestion about stop this size increase or parameter to setting up?
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jeffrey Walton | 2022-11-11 17:21:58 | Re: pg_isready mandatory parameters? |
| Previous Message | Zwettler Markus (OIZ) | 2022-11-11 17:09:23 | pg_isready mandatory parameters? |