comparison Sphinx/source/faq/scalability.rst @ 309:f18fdcbeba26

xfs, btrfs, lvm
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Feb 2020 17:08:02 +0100
parents 6cbcdb965ad3
children 3c4f8c47a283
comparison
equal deleted inserted replaced
308:ab0077ab5f5f 309:f18fdcbeba26
66 * Make sure to read guides about the `tuning of PostgreSQL 66 * Make sure to read guides about the `tuning of PostgreSQL
67 <https://wiki.postgresql.org/wiki/Performance_Optimization>`__. 67 <https://wiki.postgresql.org/wiki/Performance_Optimization>`__.
68 68
69 * You might also be interested in checking the options related to 69 * You might also be interested in checking the options related to
70 :ref:`security <security>`. 70 :ref:`security <security>`.
71
72 * Consider using filesystems that are known to achieve high
73 performance, such as `XFS <https://en.wikipedia.org/wiki/XFS>`__ or
74 `Btrfs <https://en.wikipedia.org/wiki/Btrfs>`__ on GNU/Linux
75 distributions.
76
77 * On GNU/Linux distributions, `LVM (Logical Volume Manager)
78 <https://en.wikipedia.org/wiki/Logical_Volume_Manager_(Linux)>`__
79 can be used to dynamically and easily grow the storage area as more
80 space becomes needed.