Announcing the Scheduler for Crunchy Bridge
Today we're excited to announce a new scheduler for Crunchy Bridge. Scheduler makes it easy for you to create and manage automated database maintenance tasks such as:
- Refreshing materialized views
- Performing automated roll-ups from raw data
- Running partitioning maintenance tasks (run pg_partman automatically)
- Archiving or pruning old data
Scheduler under the covers leverages pg_cron, this means any cron jobs you've already created are automatically available to you. With scheduler you no longer need to manage or configure pg_cron directly, now you have a straightforward interface for controlling when your scheduled job is run and managing it.
Scheduler is available today on all clusters within our fully managed Postgres, Crunchy Bridge. You can set time intervals within days, weeks, months or years. Simply navigate to the scheduler from within your cluster view in the dashboard. Enter your SQL statement and the task the time interval, and we'll take of the rest.
Related Articles
- Crunchy Data Warehouse: Postgres with Iceberg for High Performance Analytics
8 min read
- Loading the World! OpenStreetMap Import In Under 4 Hours
6 min read
- Easy Totals and Subtotals in Postgres with Rollup and Cube
5 min read
- A change to ResultRelInfo - A Near Miss with Postgres 17.1
8 min read
- Accessing Large Language Models from PostgreSQL
5 min read