From 8f691d95edd84c29c5cdd8b7387cd56edd7515d5 Mon Sep 17 00:00:00 2001 From: Hagai Kariti Date: Tue, 3 Jan 2023 10:57:38 +0200 Subject: [PATCH] Update large-dataset-optimization.md Changes to a reflinked file will _not_ reflect in other links, as opposed to e.g. hard links. --- .../user-guide/data-management/large-dataset-optimization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/user-guide/data-management/large-dataset-optimization.md b/content/docs/user-guide/data-management/large-dataset-optimization.md index 38cd23717e..d99f0123e0 100644 --- a/content/docs/user-guide/data-management/large-dataset-optimization.md +++ b/content/docs/user-guide/data-management/large-dataset-optimization.md @@ -126,4 +126,4 @@ To make sure that the data files in the workspace are consistent with the > files in UNIX-style file systems. Unlike hardlinks or symlinks, they support > transparent [copy on write](https://en.wikipedia.org/wiki/Copy-on-write). This > means that editing a reflinked file is always safe as all the other links to -> the file will reflect the changes. +> the file will not reflect the changes.