optimization in C - Mailing list pgsql-hackers

From Jerome Raupach
Subject optimization in C
Date
Msg-id 399BA631.CD5FD67E@intelcom.fr
Whole thread Raw
List pgsql-hackers
in C, I work on a database (4 table).

    COPY FROM file ;
    SELECT, INSERT, UPDATE, DELETE for a result in the last                 table.
    COPY TO file ;

in the file, are stored 10000 informations.

-> It's slowly !!!
Can you help me for optimization this?

I didn't use Oid, trigger and function SQL.

Thanks.
Jerome.

pgsql-hackers by date:

Previous
From: Kaare Rasmussen
Date:
Subject: Re: MySQL disputes benchmarks..
Next
From: "carl garland"
Date:
Subject: Large # of Tables, Getting ready for the enterprise