pgsql: Further hacking on performance of COPY OUT.

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Further hacking on performance of COPY OUT.
Дата
Msg-id 20060526225002.3EF559FA2CB@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/backend/commands:
        copy.c (r1.265 -> r1.266)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/copy.c.diff?r1=1.265&r2=1.266)

В списке pgsql-committers по дате отправления:

Предыдущее
От: cmaj@pgfoundry.org (User Cmaj)
Дата:
Сообщение: pgaccess - pgaccess: allow dropping a rule from the main window
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Use E'' strings internally only when standard_conforming_strings