From owner-freebsd-fs@FreeBSD.ORG Thu May 12 08:33:37 2011 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5634C106566C for ; Thu, 12 May 2011 08:33:37 +0000 (UTC) (envelope-from daniel@digsys.bg) Received: from smtp-sofia.digsys.bg (smtp-sofia.digsys.bg [193.68.3.230]) by mx1.freebsd.org (Postfix) with ESMTP id D807B8FC0C for ; Thu, 12 May 2011 08:33:36 +0000 (UTC) Received: from dcave.digsys.bg (dcave.digsys.bg [192.92.129.5]) (authenticated bits=0) by smtp-sofia.digsys.bg (8.14.4/8.14.4) with ESMTP id p4C8XR3l058999 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Thu, 12 May 2011 11:33:32 +0300 (EEST) (envelope-from daniel@digsys.bg) Message-ID: <4DCB9B57.8090507@digsys.bg> Date: Thu, 12 May 2011 11:33:27 +0300 From: Daniel Kalchev User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110307 Thunderbird/3.1.9 MIME-Version: 1.0 To: freebsd-fs@freebsd.org References: <4DCA5620.1030203@dannysplace.net> <4DCB455C.4020805@dannysplace.net> <4DCB81B8.6070301@digsys.bg> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: ZFS: How to enable cache and logs. X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2011 08:33:37 -0000 On 12.05.11 11:02, =8Aimun Mikecin wrote: > > You will not find a rotating hard drive that has a write latency anythi= ng near the write latency of even a slowest SSD you can find on the marke= t. > Cheap SSDs do not have acceptable latency, when saturated with writes.=20 Not to speak of throughput. Truth is, SLOG should be on write-optimized SLC SSD. Any tricks, such as = compression, manufacturers make with consumer products do influence=20 Windows benchmarks, but are unlikely to change laws of physics. For most small installs, using rotating magnetic media (cheap!) as SLOG, = can have dramatic performance improvement compared to not using any SLOG.= Daniel