Re: Vectored I/O in bulk_write.c

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Vectored I/O in bulk_write.c
Date: 2024-03-10 01:17:34
Message-ID: CA+hUKGKu6ABVog2hsfBB1NN94EZbmUabrcN1jwnzd43HhoSAYA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Slightly better version, adjusting a few obsoleted comments, adjusting
error message to distinguish write/extend, fixing a thinko in
smgr_cached_nblocks maintenance.

Attachment Content-Type Size
v2-0001-Provide-vectored-variant-of-smgrextend.patch text/x-patch 12.5 KB
v2-0002-Use-vectored-I-O-for-bulk-writes.patch text/x-patch 4.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Steele 2024-03-10 03:47:26 Re: Add recovery to pg_control and remove backup_label
Previous Message Thomas Munro 2024-03-10 00:20:06 Vectored I/O in bulk_write.c