On Tue, Jul 23, 2024 at 1:22 AM Sathish Reddy <sathishreddy.postgresql@xxxxxxxxx> wrote:
HiI am trying to schedule pg_repack from pg_cron in RDS postgres environment on avoid the bash on host EC2 to run run directly with in postgres instance.it getting successful but not clearing bloat by using repack fuction in pg_repack extension.please help on these to sort out .
Out of curiosity, why do you feel the need to regularly run pg_repack? IOW, why doesn't plain old VACUUM suit your needs?