Maximum file sizes for storage

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

Moderator: SourceGear

Post Reply
scaiferw
Posts: 83
Joined: Thu Mar 22, 2012 8:22 am

Maximum file sizes for storage

Post by scaiferw » Tue Oct 09, 2012 8:03 am

To the best of my understanding, files in Vault are stored in the database as BLOBs with the varbinary data type which has a maximum size of 2GB less one byte.

I am told that SQL Server 2008 has a FILESTREAM storage method, which would surpass this limit.

Am I correct about the BLOBs being stored as varbinary?
Is this FILESTREAM Storage an option if we were to upgrade our DB to SQL Server 2008?
If this capability isn't presently available in any configuration, is it on the horizon?

We have occasional need to store files as large as 5-6GB, and someone has suggested storing 40GB files, though I question the performance implications of that.

Many people here asking me questions!

Thanks,

Rob
Vault Standard Version 5.1.1.19215 -- Windows Server 2008 R2 -- SQL Server 2008 R2

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Re: Maximum file sizes for storage

Post by lbauer » Tue Oct 09, 2012 12:27 pm

Vault was originally designed for source code files, which rarely hit the 2 GB limit. Vault doesn't currently support the Filestream storage method.

However, we do hear from users who would like to store larger files in Vault. We have feature request 15879 for this functionality; I've added your "vote." We'll consider this for a future Vault release.
Linda Bauer
SourceGear
Technical Support Manager

scaiferw
Posts: 83
Joined: Thu Mar 22, 2012 8:22 am

Re: Maximum file sizes for storage

Post by scaiferw » Tue Oct 09, 2012 12:33 pm

Thanks Linda.

Am I correct that the BLOBs are currently stored as varbinary()?

Rob
Vault Standard Version 5.1.1.19215 -- Windows Server 2008 R2 -- SQL Server 2008 R2

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Re: Maximum file sizes for storage

Post by lbauer » Tue Oct 09, 2012 4:29 pm

Yes, that's correct.
Linda Bauer
SourceGear
Technical Support Manager

Post Reply