MSDE questions

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
Guest

MSDE questions

Post by Guest » Tue Jun 08, 2004 8:23 pm

Anyone here using MSDE with Vault?

Is this a good solution for a 10-20 C++ developer team?

My main concern is the 2gig size limit...

Stephan

dan
Posts: 2448
Joined: Wed Dec 17, 2003 5:03 pm
Location: SourceGear
Contact:

Post by dan » Wed Jun 09, 2004 8:12 am

I would be interested to hear from others as well, to see what size of teams use MSDE.

The general answer, though, is that it isn't so much the size of the team as it is the size of the files and the frequency with which they are updated. Vault stores only deltas from one version to the next, so it also depends on the size of your changes.

One thing to keep in mind is that while Vault is very good at storing binary files compared to VSS, changes in binary files tend to have much larger deltas than do text files, and will cause your database to grow faster. This is only a problem for the 2 GB limit - SQL Server can easily handle large files and large deltas.

Guest

Post by Guest » Thu Jun 10, 2004 5:35 pm

Is there any way to configure Vault to use multiple SQL databases, rather than one?

jclausius
Posts: 3702
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Post by jclausius » Thu Jun 10, 2004 8:18 pm

Sorry, no.

With the current release of Vault 2.0.3, everything is contained within one database.

This was a long debate we had in the early design phases of Vault. The deciding factor - ease of maintenance (updating statistics, backup, rebuilding indices).
Jeff Clausius
SourceGear

Post Reply