PgLater: Asynchronous Postgres Queries
github.comI just found out about this extension that runs your Pg Queries in the background and returns a job id. You can come back later and get results from that job id.
I just found out about this extension that runs your Pg Queries in the background and returns a job id. You can come back later and get results from that job id.