Steffen Emil Thorkildsen <[EMAIL PROTECTED]> writes: > I have an application which has an queue of data it has to insert into > a table in a local database. the insert-queries syntax is all the same, > and the values are the only thing that differs. The insert-query looks > like this: > INSERT INTO "table" VALUES(a, b, c, d, e, f, g, h) > ...but I cannot insert more than 200/sec, and that is much too slow for > me. Consider using COPY FROM STDIN instead ... regards, tom lane
- [HACKERS] Query precompilation? Steffen Emil Thorkildsen
- [HACKERS] Re: Query precompilation? Robert Schrem
- Re: [HACKERS] Re: Query precompilation? Mario Weilguni
- [HACKERS] Re: Query precompilation? Thomas Lockhart
- [HACKERS] Re: Query precompilation? Tom Lane
- [HACKERS] Re: Query precompilation? Gunnar R|nning