FS of choice for max random iops ( Maildir )

Svein Skogen (Listmail account) svein-listmail at stillbilde.net
Fri Sep 16 14:27:23 UTC 2011


On 16.09.2011 15:57, freebsd at top-consulting.net wrote:
> Quoting Terje Elde <terje at elde.net>:
> 
>> On 16. sep. 2011, at 12:31, freebsd at top-consulting.net wrote:
>>> Right now I defined an entire array of 8TB ( all 16 disks ) separated
>>> in two pieces. 50 GB for FreeBSD to boot and the rest available to
>>> configure as storage.
>>
>> ZFS will want to write to it's ZIL (zfs intent log) before writing to
>> the final location of the data. Even if you're not waiting for the
>> ZIL-write to disk (because of the controller ram), those writes will
>> probably make it through to disk. That gives you twice as many writes
>> to disk, and a lot more seek.
>>
>> If you want to take zfs for a proper spin, I'd like to sugget adding
>> two small SSDs to the setup, mirrored by zfs. You can use those both
>> for the ZIL, and also as cache, for the array. That's a fairly small
>> investment these days, and I would be surprised if it didn't
>> significantly improve performance, both for your benchmark, and real
>> load.
>>
>> Note: you might be in trouble if you loose your ZIL, thus the doubling
>> up. I *think* you can SSD a cache without risking dataloss, but don't
>> take my word for it.
>>
>> Terje
> 
> I know it's usually a big no-no but since I have the battery backed-up
> write cache from the raid card, can't I just disable the ZIL entirely ?

No. However, you could allow the ZIL to be written to a logical disk
with the battery-backed cache.

//Svein


-- 
--------+-------------------+-------------------------------
  /"\   |Svein Skogen       | svein at d80.iso100.no
  \ /   |Solberg Østli 9    | PGP Key:  0xE5E76831
   X    |2020 Skedsmokorset | svein at jernhuset.no
  / \   |Norway             | PGP Key:  0xCE96CE13
        |                   | svein at stillbilde.net
 ascii  |                   | PGP Key:  0x58CD33B6
 ribbon |System Admin       | svein-listmail at stillbilde.net
Campaign|stillbilde.net     | PGP Key:  0x22D494A4
        +-------------------+-------------------------------
        |msn messenger:     | Mobile Phone: +47 907 03 575
        |svein at jernhuset.no | RIPE handle:    SS16503-RIPE
--------+-------------------+-------------------------------
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
------------------------------------------------------------
                     Picture Gallery:
          https://gallery.stillbilde.net/v/svein/
------------------------------------------------------------

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 260 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20110916/8887b682/signature.pgp


More information about the freebsd-questions mailing list