Re: Load data from a csv file without using COPY

From: Rob Sargent <robjsargent(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Load data from a csv file without using COPY
Date: 2018-06-19 21:24:10
Message-ID: 44b6d6c0-b217-79bd-1bcf-b693817df047@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 06/19/2018 03:14 PM, Ravi Krishna wrote:
>> If performance is relevant then your app should probably be using COPY protocol, not line by line inserts. It's
>> supported by most postgresql access libraries. If your app does that then using "\copy" from psql would be
>> an appropriate benchmark.
> Actually the reluctance to not use COPY is to make the benchmark same across two different RDBMS in
> two diff env.
If bulk loading is the actual production target, all your RDBMS choices
have their own loaders.  I suggest that is what you ought tocompare.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Paul Jungwirth 2018-06-19 21:31:50 Re: Is postorder tree traversal possible with recursive CTE's?
Previous Message Steve Atkins 2018-06-19 21:23:11 Re: Load data from a csv file without using COPY