From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Nicolas Smallwood" Subject: RE: Atomicity with reiser4? Date: Thu, 3 Feb 2005 10:18:40 -0500 Message-ID: References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: list-help: list-unsubscribe: list-post: Errors-To: flx@namesys.com In-Reply-To: List-Id: Content-Type: text/plain; charset="us-ascii" To: reiser , Vladimir Saveliev Its an internally built B Tree database that uses 4k blocksizes. Inside, we were loading "u-forms", a concept we use that involves having a UUID, and an e-form composed off attribute names and their values. Most of these are no more than say 17k. To ensure that writes do occur, we open transactions for every access to the b tree, and closing a transaction will call fsync. My test involved 20,000 u-forms, which would of course call fsync 20,000 times. Using another of the filesystems, each is under or around two minutes with fsync. Based upon what you where telling me, is the size of an atom configurable? Or what is considered too large? Thanks, Nicolas Smallwood