RE: What is recommended process for large binary files?

"Dan Schreiber" <[email protected]> Thu, 22 Apr 2004 14:56:05 -0500
Newsgroups gmane.comp.version-control.sourcegear-vault.user
Message-ID <[email protected]>
Vault should be able to handle 20MB binary files without much problem.  They
will of course take longer to compute deltas on, and longer to retrieve.

The only issues I can think of would be:

1. If you use MSDE instead of SQL, you'll run up against the 2GB limit
faster this way.
2. Both the client and server RAM usage will go up as you handle large
files.  IIS seems to like to grab RAM for an entire file it is uploading or
downloading.  A 20MB file shouldn't be a problem for this, but thought it
should be mentioned.  Of course, once you do the Get the first time, the
rest of the Gets are deltas, so it won't be transfering nearly as much data.
Also, on the client, it does store a baseline version, so you'll be storing
2 copies of the file.

-Dan

> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]]On Behalf Of Clayton Dool
> Sent: Thursday, April 22, 2004 1:48 PM
> To: Vault-List (E-mail)
> Subject: [vault-list] What is recommended process for large binary
> files?
>
>
> We have several large binary files (20 mb each) that we currently have in
> vault.  These are data files that are released with our product.  What is
> the recommended process for dealing with large files?  Keep them in vault,
> checking in changes as minimal as possible between releases (branching)?
> Keep them separate in a folder and manually mark them per release?
>
>
> ---------------------------
> Clayton Dool
> Application Developer, Axium
> 503.350.2156
> [email protected]
>
>
> _______________________________________________
> vault-list mailing list
> [email protected]
> http://lists.sourcegear.com/cgi-bin/mailman/listinfo/vault-list