Re: What is the best way to do this in Postgres - Mailing list pgsql-sql

From David G. Johnston
Subject Re: What is the best way to do this in Postgres
Date
Msg-id CAKFQuwbkVaAHT+nBfwffZY89pWvqtkK4q0aOmX9PT3Hf7oz2sA@mail.gmail.com
Whole thread Raw
In response to What is the best way to do this in Postgres  (kunwar singh <krishsingh.111@gmail.com>)
List pgsql-sql
On Sunday, December 8, 2024, kunwar singh <krishsingh.111@gmail.com> wrote:

I know I can create a bash script or Python script , but I am wondering if there is a smarter way to do it in Postgres?


Your concurrency requirement makes doing it in the server quite difficult.  Using anything that can launch multiple processes/threads and initiate one connect each is your best option.  Many things can, so pick one you are familiar with.  There is little complexity here that specialized tooling would be needed for.

David J. 

pgsql-sql by date:

Previous
From: kunwar singh
Date:
Subject: What is the best way to do this in Postgres
Next
From: Erik Brandsberg
Date:
Subject: Re: What is the best way to do this in Postgres