Re: Load data from a csv file without using COPY

From: Ravi Krishna <srkrishna(at)yahoo(dot)com>
To: Steve Atkins <steve(at)blighty(dot)com>
Cc: PG mailing List <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Load data from a csv file without using COPY
Date: 2018-06-19 21:14:53
Message-ID: BA19C38F-C515-4F58-92E5-2C3473A9E604@yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>
> 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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ravi Krishna 2018-06-19 21:17:46 Re: Load data from a csv file without using COPY
Previous Message Alban Hertroys 2018-06-19 21:10:04 Re: Load data from a csv file without using COPY