Why is it problematic to configure the database files and the system swap space on the same disk? What can happen?
Asked
Active
Viewed 282 times
1
-
4The system could start swapping. – Michael Hampton Feb 14 '17 at 16:19
1 Answers
0
If the system starts swapping, the increased disk load will bring down database performance even further. Anyway, an heavy-swapping system will be nearly unusable, even when putting swap on dedicated disk.
Bottom line: be sure your RAM is enough for your workload, rather than worrying about swapping destination.

shodanshok
- 47,711
- 7
- 111
- 180