Re: Caching and Blobs in PG? Was: Can PG replace redis, amqp, s3 in the future?

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Caching and Blobs in PG? Was: Can PG replace redis, amqp, s3 in the future?
Date: 2017-05-04 21:50:33
Message-ID: 5041c9e9-5873-4ba3-5308-c9c2fe1f8f8a@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 5/4/2017 2:08 PM, Sven R. Kunze wrote:
> After searching the web, it seems to me that PostgreSQL doesn't offer
> a cron-like background job for cleanup tasks.
>
> http://stackoverflow.com/questions/18187490/postgresql-delete-old-rows-on-a-rolling-basis
>
>
>
> But there's an extension - pg_cron:
> https://www.citusdata.com/blog/2016/09/09/pgcron-run-periodic-jobs-in-postgres/

there's also pg_agent which is a cron-like extension, usually bundled
with pg_admin but also available standalone

https://www.pgadmin.org/docs4/dev/pgagent.html

--
john r pierce, recycling bits in santa cruz

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2017-05-04 22:41:23 Re: Caching and Blobs in PG? Was: Can PG replace redis, amqp, s3 in the future?
Previous Message John R Pierce 2017-05-04 21:47:54 Re: Caching and Blobs in PG? Was: Can PG replace redis, amqp, s3 in the future?