|
|
|
|
|
by yarcob
1843 days ago
|
|
PostgreSQL is vulnerable to certain workloads. For example, if you keep appending something to a text column, you'll use up a lot of disc space since PG will copy the row each time and keep deleted copies around until autovacuum comes along. Of course, if you are doing this then you are using your database wrong -- but it's still something that's easy to run into. |
|
https://www.postgresql.org/docs/14/btree-implementation.html...