Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / DB Engine / SQL Server / May 2008

Tip: Looking for answers? Try searching our database.

binary (file) storage

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Rory Becker - 29 May 2008 14:49 GMT
Hi all

I have been asked by my boss to work out how to get our existing ASP.Net
WebApp to allow authorised users to upload a number binary files (typically
pdf) to the system to be attached to their records.

The system is SQL2000 based at present.

Unfortunately as is the way with most things, actual hard facts and even
vague estimates are hard to come by.

It has been suggested that...
...we will allow a number of "slots" (I estimate 10-20) into which users
will be able to load their documents
...these Documents would have been provided to the users by entities beyond
our control.
...we might be willing to limit the size of these "documents" but as yet
it is unknown to what size..(I think we're screwed if they are > 2.5Mb but
I really hope they are <=100Kb)
...

We may eventually have a lot of users (180,000).
The existing system can theoretically scale well, as individual users would
not need access to any but their own record and as such we could create multiple
boxes each capable of looking after it's own set of users.
We envisage delimiting to < 10,000 users per box. (perhaps some insight here?)

So between...
10,000 users * 10 Docs * 100Kb = 10Gb
10,000 users * 20 Docs * 2500Kb = 500Gb
...In a DB

The crux of my question relates to the binary data. I have zero experience
with toring this kind of data. What gotcha do I need to look out for Scalling,
Access, Indices anything really.

Where do I start. Is this even remotely plausable?

Note... I have been programming VB.Net and ASP.Net for some time... I just
need to understand the SQL implications (I think)

Thanks very much for any help

--
Ror
Plamen Ratchev - 29 May 2008 15:22 GMT
Here is a good white paper on the topic:
http://research.microsoft.com/research/pubs/view.aspx?msr_tr_id=MSR-TR-2006-45

HTH,

Plamen Ratchev
http://www.SQLStudio.com
Rory Becker - 30 May 2008 16:18 GMT
Hello Plamen,

> Here is a good white paper on the topic:
> http://research.microsoft.com/research/pubs/view.aspx?msr_tr_id=MSR-TR
> -2006-45
> HTH,

Thanks. Thats very useful

--
Ror
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.