aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-05-26 22:50:02 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-05-26 22:50:02 +0000
commit4d63e267742a2afe481a34f4742c0551c6b0a112 (patch)
tree5a798d94dd3fd80f9fc22349f4cb01520db5ed01 /src/backend/access/gist/gist.c
parent223ae6957f76f356bda883d427812d9214394f84 (diff)
downloadpostgresql-4d63e267742a2afe481a34f4742c0551c6b0a112.tar.gz
postgresql-4d63e267742a2afe481a34f4742c0551c6b0a112.zip
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.
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions