Re: Run maintenance proc

From: SOzcn <selahattinozcnma(at)gmail(dot)com>
To: Sathish Reddy <sathishreddy(dot)postgresql(at)gmail(dot)com>
Cc: pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: Run maintenance proc
Date: 2024-10-19 08:25:38
Message-ID: CAJyV5AYM=cQJP9QWseWhFzf1BKdLqqrY5AGZ0=t-85tgAdxQwA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello,

Partitioning tables belongs to main table. If you see table scans on the
partition tables it's might be because of the automatic maintenance doesn't
work. Like vacuum etc. Which version you have been using? There have some
issues on the versions of 13-14 because of your issue. 15 also have but
they fixed many issue on that.

You can try to build your indexes on partition tables. And then they can be
in list your index maintenance progress. What's your reality issue? Can u
give detail?

Have a nice weekend.

17 Eki 2024 Per 21:22 tarihinde Sathish Reddy <
sathishreddy(dot)postgresql(at)gmail(dot)com> şunu yazdı:

> Hi
>
> .. please help on below one
> Automate partition maintenance on postgres without any script on primary
> detach 3months partition at same time 4 months partition detach partition
> from replica on postgres rds.
>
> Thanks
> Sathish Reddy
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Keith Fiske 2024-10-19 12:55:03 Re: Run maintenance proc
Previous Message SOzcn 2024-10-19 08:01:26 Re: Backup Information