Austin S Hemmelgarn posted on Wed, 01 Jan 2014 15:12:40 -0500 as excerpted: > On 12/30/2013 11:02 AM, Austin S Hemmelgarn wrote: >> >> As an alternative to using bcache, you might try something simmilar to >> the following: >> 64G SSD with /boot, /, and /usr Other HDD with /var, /usr/portage, >> /usr/src, and /home tmpfs or ramdisk for /tmp and /var/tmp >> This is essentially what I use now, and I have found that it >> significantly improves system performance. >> > On this specific note, I would actually suggest against putting the > portage tree on btrfs, it makes syncing go ridiculously slow, > and it also seems to slow down emerge as well. Interesting observation. I had not see it here (with the gentoo tree and overlays on btrfs), but that's very likely because all my btrfs are on SSD, as I upgraded to both at the same time, because my previous default filesystem choice, reiserfs, isn't well suited to SSD due to excessive writing due to the journaling. I do know slow syncs and portage dep-calculations were one of the reasons I switched to SSD (and thus btrfs), however. That was getting pretty painful on spinning rust, at least with reiserfs. And I imagine btrfs on single-device spinning rust would if anything be worse at least for syncs, due to the default dup metadata, meaning at least three writes (and three seeks) for each file, once for the data, twice for the metadata. -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
