> Using the array to store MythTV recordings (very large files), but when it > does commercial flagging (lots of writes) the array is so busy that GUI > response is very slow. I've set readahead cache to optimal (4096, after > testing most sizes), so read should be OK. I know far is optimized for > read, so I chose offset in hopes it would bring up write speed. Is there > a way to speed up writes? Oh, on a follow up to my previous message, if you do create a separate drive system for your database, and drive write performance is still an issue, you might consider a non redundant striped array (RAID0 or perhaps an LVM volume) for the database partition. Two or three small, relatively inexpensive, fairly high performance disks can be glued together into a rather small array with a very small chunk size for absolute maximum read and write capability of database files. Note the video and backup arrays can employ port multipliers and fairly inexpensive drive controllers for maximum economy, while the database array should probably be a multilane solution with a fairly high performance drive controller. -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html