Skip to content

Commit

Permalink
Update filesystems.md
Browse files Browse the repository at this point in the history
  • Loading branch information
filimonov authored Dec 17, 2024
1 parent 937e83a commit 245a9be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Tuning:
* examples of tuning ZFS for MySQL https://wiki.freebsd.org/ZFSTuningGuide - perhaps some of this can also be useful (atime, recordsize) but everything needs to be carefully checked with benchmarks (I have no way).
* best practices: https://efim360.ru/zfs-best-practices-guide/

**important note**: ZFS does not support the `renameat2` command, which is used by the Atomic database engine, and
**important note**: In versions before 2.2 ZFS does not support the `renameat2` command, which is used by the Atomic database engine, and
therefore some of the Atomic functionality will not be available.

In old versions of ClickHouse, you can face issues with the O_DIRECT mode.
Expand Down

0 comments on commit 245a9be

Please sign in to comment.