[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Measured: btrfs COW and sqlite exclusive locking

From: Branko ÄŒibej <brane_at_wandisco.com>
Date: Fri, 13 Jul 2012 17:38:58 +0100

On 08.07.2012 17:47, Mattias Engdegård wrote:
> The biggest surprise was that COW actually made the checkout slightly
> slower, even though no "true" file copies were made. I'm not sure how
> to explain this---perhaps everything is already in cache so the copies
> aren't very expensive, or the COW operations are somehow synchronising?

Copy-on-Write requires some metadata and processing overhead compared to
just-plain copying, which obviously makes it slower. It's a time vs.
space optimization.

-- Brane

-- 
Certified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download
Received on 2012-07-13 18:39:33 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.