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 22:41:23
Message-ID: 2dd96f73-af70-1894-4ea9-cf90ed384019@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 5/4/2017 2:50 PM, John R Pierce wrote:
>> 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

oh, it should be made clear... both of these extensions require an OS
level cron/scheduler job to be run every minute or whatever, this job
invokes some SQL stuff which checks the pg_cron or pg_agent tables and
runs whatever sql tasks are due.

--
john r pierce, recycling bits in santa cruz

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alan Hodgson 2017-05-04 23:02:19 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:50:33 Re: Caching and Blobs in PG? Was: Can PG replace redis, amqp, s3 in the future?