- Mailing list pgsql-general

From Дмитрий Питаков
Subject
Date
Msg-id CAN9_0q6NuQ7ZdqU37WYC43VA4v0GDkH+N9MJcAreGwNYX7F-mw@mail.gmail.com
Whole thread Raw
List 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 by date:

Previous
From: Ron Johnson
Date:
Subject: Re: WAL settings for larger imports
Next
From: Philipp Faster
Date:
Subject: How to attach partition with primary key