Small LO_BUFSIZE slows down lo_import and lo_export in libpq

Поиск
Список
Период
Сортировка
От Дмитрий Питаков
Тема Small LO_BUFSIZE slows down lo_import and lo_export in libpq
Дата
Msg-id CAN9_0q6SxObnbEdwwmDON_YqhtH2C75z32wKf1wYWh4cKfbo6Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: Small LO_BUFSIZE slows down lo_import and lo_export in libpq
Список pgsql-hackers
In libpq, in the code of the lo_import function, for each piece of a file of 8KB in size, lo_write is called, which greatly slows down the work of lo_import because lo_write sends a request and waits for a response.  The size of 8KB is specified in define LO_BUFSIZE which changed from 1KB to 8KB 24 years ago. 
Why not increase the buffer size?

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

Предыдущее
От: "Andrey M. Borodin"
Дата:
Сообщение: Re: Allow non-superuser to cancel superuser tasks.
Следующее
От: jian he
Дата:
Сообщение: Re: minor doc issue in 9.16.2.1.1. Boolean Predicate Check Expressions