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

Re: File capacity limitation in theory in SVN

From: Julian Foad <julianfoad_at_apache.org>
Date: Thu, 21 Mar 2019 05:50:20 -0400

sosogh wrote:
> There are about 1.65T , 2.72 million files ,274 thousand folders in Samba.
> It consist of any file types : txt , bin , pic , audio , video and so on .
> We are considering moving it from samba to SVN.
> And the data may grow larger and larger .
> We wonder that is there file capacity limitation in theory in SVN?
> or if the data is too large , will it cause any downgrade performance ?

Subversion should be able to handle those sizes. I am not sure what the theoretical limits are, but I am confident that they are very much higher than your requirements.

Not all Subversion operations are optimized for bulk data transfer speed. For example, you might find that a Subversion "export" operation is as fast as a plain copy over Samba but a Subversion "checkout" operation is several times slower.

Subversion is very different from Samba, so its performance speed characteristics are different. For example, the bottleneck for "checkout" can be the client CPU speed rather than disk or network speed.

- Julian
Received on 2019-03-21 10:50:30 CET

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.