From: | "Ilja Golshtein" <ilejn(at)yandex(dot)ru> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | COPY BINARY |
Date: | 2005-08-24 12:33:46 |
Message-ID: | 430C692A.000001.16140@mfront7.yandex.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hello!
Is there any example could help in usage
of COPY BINARY since I am a little bit discouraged by this part of PG manual
==
To determine the appropriate binary format for the actual tuple data you should consult the PostgreSQL source, in particular the *send and *recv functions for each column's data type (typically these functions are found in the src/backend/utils/adt/ directory of the source distribution).
==
I use libpq.
And question number 0: how big perfomance difference between TEXT and BINARY formats ?
Thanks.
--
Best regards
Ilja Golshtein
From | Date | Subject | |
---|---|---|---|
Next Message | Jose Gonzalez Gomez | 2005-08-24 13:00:22 | Re: [OT?] ETL tools |
Previous Message | Carlos Henrique Reimer | 2005-08-24 12:21:50 | Postgresql replication |