Re: SSD partitioning

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Rich Emberson wrote:
For a non-laptop machine with the following target
characteristics: energy efficient, non-gaming, powerful
and fast; should SSDs (http://en.wikipedia.org/wiki/Solid-state_drive)
be used and, if so, how? SSD have very fast seek times and
can have fast read speeds (http://www.datamarck.com/benchmarks).

Specifically, what directories ought to be allocated to
the SSD drives?
Boot (/boot)?
All of the bin directories (/bin, /usr/bin, etc. since
these are mostly read-only and are used alot)?
Lib directories (/lib, /usr/lib, etc.) ?

If you are running a database, should at least the index tables
be mapped to an SSD? Some of the main tables maybe too big for
the current generation ($$) of SSDs.

RME


SSDs are great at everything except small writes, because you have to re-write an entire 128k block just to set a single 0 bit to a 1 within that block. The new high-capacity Multi-Layer Cell drives are much slower at writes than the more expensive Single-Layer Cell drives, though this is expected to change in the near future as the technology matures.

For desktop use, SSDs are great on Linux. For your database, as long as you don't have a lot of small updates going to the SSD, you should be fine. For example, if you have an index that's keyed on something that changes very rarely, and you put that on the SSD, it'll perform very well even if some of the contents of the records themselves (stored on magnetic disk) change frequently.

-- Chris

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux