Re: How to implement expiration in PostgreSQL? - Mailing list pgsql-general

From Tim Clarke
Subject Re: How to implement expiration in PostgreSQL?
Date
Msg-id 975dc23f-3aa4-1a3a-3d20-b14aa0c64668@minerva.info
Whole thread Raw
In response to Re: How to implement expiration in PostgreSQL?  (Glen Huang <heyhgl@gmail.com>)
Responses Re: How to implement expiration in PostgreSQL?  (Glen Huang <heyhgl@gmail.com>)
List pgsql-general
On 01/04/2021 14:47, Glen Huang wrote:
> Good suggestion, thanks.
>
> I ended up running the cron jobs in my app, one for each newly joined member, to get the smallest granularity
possible.


(This list bottom-posts by convention)

I'd say that was onerous and you could get the same effect with a
well-crafted query that targetted only those that might possibly expire.
Then you'd have only one cron job to manage.

Tim Clarke MBCS
IT Director
Direct: +44 (0)1376 504510 | Mobile: +44 (0)7887 563420


Telephone: Witham: +44(0)1376 503500 | London: +44 (0)20 3009 0853 | Frankfurt: +49 (0)69 7191 6000 | Hong Kong: +852
58031687 | Toronto: +1 647 503 2848
 
Web: https://www.manifest.co.uk/



Minerva Analytics Ltd - A Solactive Company
9 Freebournes Court | Newland Street | Witham | Essex | CM8 2BL | United Kingdom

________________________________

Copyright: This e-mail may contain confidential or legally privileged information. If you are not the named addressee
youmust not use or disclose such information, instead please report it to
admin@minerva.info<mailto:admin@minerva.info>
Legal: Minerva Analytics is the trading name of: Minerva Analytics Ltd: Registered in England Number 11260966 & The
ManifestVoting Agency Ltd: Registered in England Number 2920820 Registered Office at above address. Please Click Here
https://www.manifest.co.uk/legal/for further information.
 

pgsql-general by date:

Previous
From: Glen Huang
Date:
Subject: Re: How to implement expiration in PostgreSQL?
Next
From: Glen Huang
Date:
Subject: Re: How to implement expiration in PostgreSQL?