pg_total_relation_size accuracy guarantee - Mailing list pgsql-general

From Nikita
Subject pg_total_relation_size accuracy guarantee
Date
Msg-id CAMCZdexsp1Y5y3wZ5HqGvie3aYN54Bfy95Yyz2RrLZYy=CrrUA@mail.gmail.com
Whole thread Raw
Responses Re: pg_total_relation_size accuracy guarantee
List pgsql-general
Hello, I'am currently trying to implement some simple disc space limitation mechanism for my database. Database is partition based and insert-only - I insert new rows to the current partition and drop oldest partition when disc space limit exceeded. Algorithm is quite simple and it seems it works but I must ensure two assumptions to avoid extra VACUUM/ANALYZE calls: 1. pg_total_relation_size return predictable approximately correct table size (apart from some preallocation) without subsequent VACUUM/ANALYZE/anything call as long as I don't DELETE/UPDATE rows; 2. DROP/TRUNCATE table reclaim disc space without subsequent VACUUM; These assumptions are correct? Is it fixed in doc if so?

pgsql-general by date:

Previous
From: Dmitry Lazurkin
Date:
Subject: Re: Implementation of gtrgm_out for gevel
Next
From: support-tiger
Date:
Subject: Re: update field in jsonb