Use copy_file_range if available to allow COW filesystem optimization.#1
Open
pweldon wants to merge 1 commit into
Open
Use copy_file_range if available to allow COW filesystem optimization.#1pweldon wants to merge 1 commit into
pweldon wants to merge 1 commit into
Conversation
pweldon
force-pushed
the
REL_17_STABLE_ci
branch
2 times, most recently
from
October 30, 2024 19:56
710c26c to
f46d005
Compare
pweldon
force-pushed
the
copy_file_reflink
branch
2 times, most recently
from
October 30, 2024 20:11
a137a5a to
822757e
Compare
pweldon
force-pushed
the
REL_17_STABLE_ci
branch
from
October 30, 2024 21:25
9215288 to
30b7596
Compare
pweldon
force-pushed
the
copy_file_reflink
branch
from
October 30, 2024 21:25
822757e to
156063b
Compare
pweldon
force-pushed
the
REL_17_STABLE_ci
branch
2 times, most recently
from
October 30, 2024 21:34
1b569ae to
e269479
Compare
pweldon
force-pushed
the
copy_file_reflink
branch
from
October 30, 2024 21:34
156063b to
dc94f63
Compare
pweldon
force-pushed
the
REL_17_STABLE_ci
branch
from
October 30, 2024 21:51
e269479 to
7f817ad
Compare
pweldon
force-pushed
the
copy_file_reflink
branch
from
October 30, 2024 21:52
dc94f63 to
8aa1989
Compare
pweldon
force-pushed
the
REL_17_STABLE_ci
branch
from
October 30, 2024 21:59
7f817ad to
ebab521
Compare
pweldon
force-pushed
the
copy_file_reflink
branch
from
October 30, 2024 21:59
8aa1989 to
7b3a348
Compare
pweldon
force-pushed
the
REL_17_STABLE_ci
branch
from
October 31, 2024 21:27
ebab521 to
0e821ae
Compare
pweldon
force-pushed
the
copy_file_reflink
branch
from
October 31, 2024 21:27
7b3a348 to
2c20506
Compare
pweldon
force-pushed
the
REL_17_STABLE_ci
branch
from
October 31, 2024 21:33
0e821ae to
9f7ccef
Compare
pweldon
force-pushed
the
copy_file_reflink
branch
from
October 31, 2024 21:33
2c20506 to
38eb49f
Compare
pweldon
force-pushed
the
REL_17_STABLE_ci
branch
from
October 31, 2024 21:46
9f7ccef to
ec4d57d
Compare
pweldon
force-pushed
the
copy_file_reflink
branch
from
October 31, 2024 21:47
38eb49f to
f26453d
Compare
pweldon
force-pushed
the
REL_17_STABLE_ci
branch
from
November 1, 2024 02:16
ec4d57d to
8d292d6
Compare
pweldon
force-pushed
the
copy_file_reflink
branch
from
November 1, 2024 02:16
f26453d to
3a0bc9c
Compare
pweldon
force-pushed
the
REL_17_STABLE_ci
branch
from
November 1, 2024 02:56
8d292d6 to
6e1c212
Compare
pweldon
force-pushed
the
copy_file_reflink
branch
from
November 1, 2024 02:56
3a0bc9c to
2d9c295
Compare
pweldon
force-pushed
the
REL_17_STABLE_ci
branch
from
November 1, 2024 03:00
6e1c212 to
dcf55b4
Compare
pweldon
force-pushed
the
copy_file_reflink
branch
from
November 1, 2024 03:01
2d9c295 to
5dba3c5
Compare
pweldon
force-pushed
the
REL_17_STABLE_ci
branch
from
November 1, 2024 17:10
dcf55b4 to
04d248d
Compare
pweldon
force-pushed
the
copy_file_reflink
branch
from
November 1, 2024 17:11
5dba3c5 to
ce8405a
Compare
pweldon
force-pushed
the
REL_17_STABLE_ci
branch
from
November 1, 2024 17:43
04d248d to
46423aa
Compare
pweldon
force-pushed
the
copy_file_reflink
branch
from
November 1, 2024 17:43
ce8405a to
acc1035
Compare
pweldon
force-pushed
the
REL_17_STABLE_ci
branch
from
November 1, 2024 18:03
46423aa to
b821b1c
Compare
pweldon
force-pushed
the
copy_file_reflink
branch
from
November 1, 2024 18:03
acc1035 to
319ef95
Compare
Use case is for a near instantaneous CREATE DATABASE .. WITH TEMPLATE .. STRATEGY file_copy
pweldon
force-pushed
the
REL_17_STABLE_ci
branch
from
February 28, 2025 16:10
b821b1c to
4b8bb61
Compare
pweldon
force-pushed
the
copy_file_reflink
branch
from
February 28, 2025 16:11
319ef95 to
e7bce46
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use case is for a near instantaneous CREATE DATABASE .. WITH TEMPLATE .. STRATEGY file_copy