Re: Load a csv or a avro?

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: sud <suds1434(at)gmail(dot)com>, pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Load a csv or a avro?
Date: 2024-07-05 14:54:49
Message-ID: 11d5753c-578e-41a2-af17-6de956f03058@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 7/5/24 02:08, sud wrote:
> Hello all,
>
> Its postgres database. We have option of getting files in csv and/or in
> avro format messages from another system to load it into our postgres
> database. The volume will be 300million messages per day across many
> files in batches.

Are dumping the entire contents of each file or are you pulling a
portion of the data out?

>
> My question was, which format should we chose in regards to faster data
> loading performance ? and if any other aspects to it also should be
> considered apart from just loading performance?
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Matt Hughes 2024-07-05 15:24:23 Planning of sub partitions
Previous Message Tom Lane 2024-07-05 14:51:01 Re: Removing the default grant of EXECUTE on functions/procedures to PUBLIC