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
- Postgres Tuning & Performance for Analytics Data
19 min read
- Running an Async Web Query Queue with Procedures and pg_cron
6 min read
- Name Collision of the Year: Vector
9 min read
- Sidecar Service Meshes with Crunchy Postgres for Kubernetes
12 min read
- pg_incremental: Incremental Data Processing in Postgres
11 min read