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

Re: How long do your svn dumps take

From: Stephen Connolly <stephen.alan.connolly_at_gmail.com>
Date: Sun, 19 Apr 2009 10:59:45 +0100

What I find is even better is to do the dump/load across a network to
a different server... as it saves trashing the disks... alternatively
dump/load across disks is better...

I tend to favour dump/load via pipe rather than dump to file load from file...

And perhaps the best yet is to do the dump-load via svnsync... that
way people can continue to use the older repo until you're ready to
cut across as svnsync will let you do things incrementally

(Although dump can be incremental too, so you can achieve the same via
dump-load as long as you are careful about tracking revisions...
svnsync will track the revisions for you)

Our largest repo is about 20GB, and that took 24 hours to load from
dump file but our backing file system is on a DRBD backed file system
(to give us a HA subversion server)

-Stephen

2009/4/19 Andreas Schweigstill <andreas_at_schweigstill.de>:
> Hallo!
>
> Bob Archer schrieb:
>> But, dumping one of our repo took about 5 hours. This is a 20GB repo.
>
> I have done SVN server setups on multiple machines (in-house and also
> at customers sites) and also get dump speeds around 5GB/h. All of those
> server (Xeon 5xxx, 4-16GB RAM) are running Linux, ext3 on hardware RAID
> 1 resp. RAID 5 and use FSFS as Subversion database format. So your
> dump times are in the range that I would expect.
>
>> Currently it is loading and has been running for almost 4 hours and is
>> on about rev 10k of about 32k.
>
> Yes, loading is much slower than dumping.
>
> Regards
> Andreas Schweigstill
>
> --
> BITTE BEACHTEN SIE UNSERE NEUE TELEFONNUMMER!
>
> Dipl.-Phys. Andreas Schweigstill
> Schweigstill IT | Embedded Systems
> Schauenburgerstraße 116, D-24118 Kiel, Germany
> Phone: (+49) 431 53035-435, Fax: (+49) 431 53035-436
> Mobile: (+49) 171 6921973, Web: http://www.schweigstill.de/
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1804475
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1805767

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-19 12:00:46 CEST

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

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