Re: How to generate file from postgres data

From: Vijaykumar Jain <vijaykumarjain(dot)github(at)gmail(dot)com>
To: Shubham Mittal <mittalshubham30(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: How to generate file from postgres data
Date: 2021-06-12 11:57:55
Message-ID: CAM+6J95eJ8VRQBxQm2xHhPU=E+3w3H3XMsBxc5gnbSV+un-SVQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

correction,
i kind of recollected this as my own problem of a client wanting 100k rows
worth data downloadable.
we finally decided with csv dump and upload to object store, from where the
client would download the file.

all other options like web ui with pagination etc were resulting in memory
issues in the api.
so if it is how to render 1gb db worth data on a web browser, then ignore
my answer.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter J. Holzer 2021-06-12 23:24:26 Re: index unique
Previous Message Vijaykumar Jain 2021-06-12 11:53:36 Re: How to generate file from postgres data