Fragmentation
From Wikitech
(Difference between revisions)
(revert suckers) |
|||
| Line 1: | Line 1: | ||
| − | Fragmentation happens when files are put onto file system. | + | Fragmentation happens when files are put onto file system. If file system does slow down during upload of very-large file, say innodb tablespace, you should use defragment tool: |
| + | |||
| + | rm -rf all files that can be removed | ||
Revision as of 21:14, 4 April 2005
Fragmentation happens when files are put onto file system. If file system does slow down during upload of very-large file, say innodb tablespace, you should use defragment tool:
rm -rf all files that can be removed