Re: Autovacuum of independent tables

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Michael Holzman <michaelholzman(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Autovacuum of independent tables
Date: 2020-09-09 13:59:28
Message-ID: 20200909135928.GN29590@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Greetings,

* Michael Holzman (michaelholzman(at)gmail(dot)com) wrote:
> I have two applications A and B. A runs SELECT statements only and only on
> tableA. B actively updates tableB, A never looks into tableB. B has nothing
> to do with tableA.

In an ideal world, such distinct applications would probably do better
to live in independent PG clusters, which would address this issue with
VACUUM'ing and also allow you to do file-level backup/restore of each
independently, scale physical replicas independently, as well as manage
roles to be specific for each without seeing others, etc.

Thanks,

Stephen

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Laurenz Albe 2020-09-09 14:09:40 Re: Schema/ROLE Rename Issue
Previous Message Brajendra Pratap Singh 2020-09-09 11:34:15 Schema/ROLE Rename Issue