Re: Insert performance for large transaction with multiple COPY FROM

From: Claudio Freire <klaussfreire(at)gmail(dot)com>
To: Horst Dehmer <horst(dot)dehmer(at)gmail(dot)com>
Cc: postgres performance list <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Insert performance for large transaction with multiple COPY FROM
Date: 2013-01-12 22:18:05
Message-ID: CAGTBQparVsrQkLJ2di=NHKvdXgdVxPEePMaN=s=GkRxrvFx_kg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Sat, Jan 12, 2013 at 5:16 PM, Horst Dehmer <horst(dot)dehmer(at)gmail(dot)com> wrote:
> Yes, the ids is something I don't like either.
> They carry additional semantics, which I cannot make go away.
> How are chances char(20) is more time efficient than numeric(20)?
> Disk space is no problem here.

What are the other tables like then?

The exact data types involved are at issue here, so it matters.

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2013-01-12 22:26:51 Re: Insert performance for large transaction with multiple COPY FROM
Previous Message Jeff Janes 2013-01-12 21:23:33 Re: Insert performance for large transaction with multiple COPY FROM