git.postgresql.org Git - postgresql.git/commit
2006年5月26日 22:50:02 +0000 (22:50 +0000)
2006年5月26日 22:50:02 +0000 (22:50 +0000)
commit 4d63e267742a2afe481a34f4742c0551c6b0a112
Further hacking on performance of COPY OUT. It seems that fwrite()'s
per-call overhead is quite significant, at least on Linux: whatever
it's doing is more than just shoving the bytes into a buffer. Buffering
the data so we can call fwrite() just once per row seems to be a win.
This is the main PostgreSQL git repository.
RSS
Atom