Re: Query precompilation?
Gunnar R|nning <gunnar@candleweb.no>
From: Gunnar R|nning <gunnar@candleweb.no>
To: Steffen Emil Thorkildsen <steffent@ifi.uio.no>
Cc: pgsql-hackers@postgresql.org
Date: 2001-02-27T16:11:16Z
Lists: pgsql-hackers
Steffen Emil Thorkildsen <steffent@ifi.uio.no> writes: > me. Are there ways to precompile a sqlquery or do other tricks to get the > *fastest* insertion-rate, since the data-queue is growing faster than > 200/sec... I don't care about integrity etc! > > I'm using PostgreSQL 7.0.3, RH 6.2 Linux 2.2.4, and the pq library with > gcc. > Apart from the COPY mentioned by Tom Lane, you should also fo through the obvious checklist: use -F to disable fsync, drop indexes(if possible), use several connections(could help if you have multiprossessor system)