Re: Simple (hopefully) throughput question?

From: Nick Matheson <Nick(dot)D(dot)Matheson(at)noaa(dot)gov>
To: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Simple (hopefully) throughput question?
Date: 2010-11-04 14:31:25
Message-ID: 4CD2C3BD.3030609@noaa.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Heikki-
>
> Try COPY, ie. "COPY bulk_performance.counts TO STDOUT BINARY".
>
Thanks for the suggestion. A preliminary test shows an improvement
closer to our expected 35 MB/s.

Are you familiar with any Java libraries for decoding the COPY format?
The spec is clear and we could clearly write our own, but figured I
would ask. ;)

Nick

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Nick Matheson 2010-11-04 14:34:55 Re: Simple (hopefully) throughput question?
Previous Message Pierre C 2010-11-04 09:12:11 Re: Simple (hopefully) throughput question?