- Архив списков рассылки pgsql-general

Поиск
Список
Период
Сортировка
От Дмитрий Питаков
Тема
Дата
Msg-id CAN9_0q6NuQ7ZdqU37WYC43VA4v0GDkH+N9MJcAreGwNYX7F-mw@mail.gmail.com
обсуждение исходный текст
Список pgsql-general
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-general по дате отправления:

Предыдущее
От: Ron Johnson
Дата:
Сообщение: Re: WAL settings for larger imports
Следующее
От: Philipp Faster
Дата:
Сообщение: How to attach partition with primary key