Re: CREATE DATABASE with filesystem cloning - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: CREATE DATABASE with filesystem cloning
Date
Msg-id CA+hUKGJdvvCd-XzwDjBVXhQiehCeodD0ZE8ohBHMje0KvQeuaA@mail.gmail.com
Whole thread Raw
In response to CREATE DATABASE with filesystem cloning  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-hackers
One thing I forgot to mention about this experiment: when used in a
backend I think this probably needs a chunk size (what size?) and a
CFI().  Which is a bit annoying, because for best results we want
SSIZE_MAX, but in the case that copy_file_range() falls back to raw
copy, that'd do I/O work bounded only by segment size :-/  (That's not
a problem that comes up in the similar patch for pg_upgrade.)



pgsql-hackers by date:

Previous
From: Michał Kłeczek
Date:
Subject: Re: Draft LIMIT pushdown to Append and MergeAppend patch
Next
From: Andy Fan
Date:
Subject: Re: Draft LIMIT pushdown to Append and MergeAppend patch