# HG changeset patch # User Sebastien Jodogne # Date 1580832482 -3600 # Node ID f18fdcbeba262370f9142eda3b2dc9d7ee35fd27 # Parent ab0077ab5f5fd925cdcd84c74bdf46ea6164dcf2 xfs, btrfs, lvm diff -r ab0077ab5f5f -r f18fdcbeba26 Sphinx/source/faq/scalability.rst --- a/Sphinx/source/faq/scalability.rst Tue Feb 04 14:28:03 2020 +0100 +++ b/Sphinx/source/faq/scalability.rst Tue Feb 04 17:08:02 2020 +0100 @@ -68,3 +68,13 @@ * You might also be interested in checking the options related to :ref:`security `. + +* Consider using filesystems that are known to achieve high + performance, such as `XFS `__ or + `Btrfs `__ on GNU/Linux + distributions. + +* On GNU/Linux distributions, `LVM (Logical Volume Manager) + `__ + can be used to dynamically and easily grow the storage area as more + space becomes needed.