From owner-freebsd-arch Tue Oct 12 15:14: 9 1999 Delivered-To: freebsd-arch@freebsd.org Received: from ns1.yes.no (ns1.yes.no [195.204.136.10]) by hub.freebsd.org (Postfix) with ESMTP id 9067F14C1B for ; Tue, 12 Oct 1999 15:13:55 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.3/8.9.3) with ESMTP id AAA08269 for ; Wed, 13 Oct 1999 00:13:53 +0200 (CEST) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id AAA33319 for freebsd-arch@freebsd.org; Wed, 13 Oct 1999 00:13:52 +0200 (MET DST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id F3C4D15387; Tue, 12 Oct 1999 15:10:49 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id QAA39209; Tue, 12 Oct 1999 16:10:42 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id QAA99359; Tue, 12 Oct 1999 16:11:30 -0600 (MDT) Message-Id: <199910122211.QAA99359@harmony.village.org> To: David Scheidt Subject: Re: The eventual fate of BLOCK devices. Cc: Kirk McKusick , Julian Elischer , Bruce Evans , Matthew Dillon , freebsd-arch@freebsd.org, committers@freebsd.org, current@freebsd.org In-reply-to: Your message of "Tue, 12 Oct 1999 16:57:49 CDT." References: Date: Tue, 12 Oct 1999 16:11:30 -0600 From: Warner Losh Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message David Scheidt writes: : It doesn't run on FreeBSD, but Sybase uses block devices for its dedicated : disk devices. There may be other RDBMSes that do this. EVERY RDBMS that I've ever seen or had to make work with my drivers has been on the raw partition. This is because the database writers DO NOT LIKE OR TRUST the buffer cache due to its non-deterministic nature of disk writing. Are you sure that Sybase uses BLOCK devices and not CHAR devices? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message