Amazon Aurora PostgreSQL supports pg_cron extension for scheduling database jobs - devamazonaws.blogspot.com
Amazon Aurora PostgreSQL-Compatible Edition adds support for the pg_cron extension. pg_cron allows you to use cron syntax to schedule PostgreSQL commands directly within your database. You can use pg_cron to schedule tasks such as periodically rolling up data for analytic reports, refreshing materialized views, and scheduling vacuum jobs to reclaim storage. pg_cron includes an AWS open source contribution that adds an audit table so that you can query the outcome of each scheduled job.
Post Updated on June 17, 2021 at 10:15PM
Comments
Post a Comment