Home Explore Blog CI



nix

1st chunk of `doc/manual/source/release-notes/rl-2.11.md`
f67e08db3d2f6e97c6ac2a1c2967e63f5f17cd4bd452eaae00000001000000e8
# Release 2.11 (2022-08-24)

* `nix copy` now copies the store paths in parallel as much as possible (again).
  This doesn't apply for the `daemon` and `ssh-ng` stores which copy everything
  in one batch to avoid latencies issues.

Title: Release 2.11 (2022-08-24) - Parallel Store Path Copying in `nix copy`
Summary
Nix release 2.11 includes an enhancement to the `nix copy` command, enabling parallel copying of store paths to improve performance. This optimization excludes the `daemon` and `ssh-ng` stores, which maintain a batched approach to prevent latency issues.