Click here to Skip to main content
15,907,233 members
Home / Discussions / C#
   

C#

 
AnswerRe: question Pin
CodeBlack14-Oct-13 3:15
professionalCodeBlack14-Oct-13 3:15 
Questioncoreaudio.dll Pin
binoyvijayan11-Oct-13 4:47
binoyvijayan11-Oct-13 4:47 
SuggestionRe: coreaudio.dll Pin
Richard MacCutchan11-Oct-13 5:40
mveRichard MacCutchan11-Oct-13 5:40 
GeneralRe: coreaudio.dll Pin
binoyvijayan15-Oct-13 0:05
binoyvijayan15-Oct-13 0:05 
AnswerRe: coreaudio.dll Pin
Eddy Vluggen11-Oct-13 6:35
professionalEddy Vluggen11-Oct-13 6:35 
GeneralRe: coreaudio.dll Pin
binoyvijayan15-Oct-13 0:13
binoyvijayan15-Oct-13 0:13 
AnswerRe: coreaudio.dll Pin
Eddy Vluggen17-Oct-13 0:28
professionalEddy Vluggen17-Oct-13 0:28 
GeneralRe: coreaudio.dll Pin
binoyvijayan17-Oct-13 2:11
binoyvijayan17-Oct-13 2:11 
GeneralRe: coreaudio.dll Pin
Eddy Vluggen17-Oct-13 3:00
professionalEddy Vluggen17-Oct-13 3:00 
GeneralRe: coreaudio.dll Pin
binoyvijayan17-Oct-13 3:53
binoyvijayan17-Oct-13 3:53 
QuestionAbout coreaudio.dll Pin
binoyvijayan11-Oct-13 4:46
binoyvijayan11-Oct-13 4:46 
AnswerRe: About coreaudio.dll Pin
Kenneth Haugland14-Oct-13 4:30
mvaKenneth Haugland14-Oct-13 4:30 
GeneralRe: About coreaudio.dll Pin
binoyvijayan15-Oct-13 0:03
binoyvijayan15-Oct-13 0:03 
QuestionMoving Controls only inside the panel Pin
Spessotto11-Oct-13 2:45
Spessotto11-Oct-13 2:45 
AnswerRe: Moving Controls only inside the panel Pin
BillWoodruff12-Oct-13 14:21
professionalBillWoodruff12-Oct-13 14:21 
GeneralRe: Moving Controls only inside the panel Pin
Spessotto14-Oct-13 1:18
Spessotto14-Oct-13 1:18 
QuestionGridView Pin
Member 1032928610-Oct-13 23:45
Member 1032928610-Oct-13 23:45 
AnswerRe: GridView Pin
harold aptroot11-Oct-13 1:03
harold aptroot11-Oct-13 1:03 
GeneralRe: GridView Pin
Member 1032928611-Oct-13 22:50
Member 1032928611-Oct-13 22:50 
GeneralRe: GridView Pin
harold aptroot11-Oct-13 23:04
harold aptroot11-Oct-13 23:04 
QuestionHow to use PrintQueue.AddJob()? Pin
aygrhnwms30410-Oct-13 16:05
aygrhnwms30410-Oct-13 16:05 
QuestionRe: How to use PrintQueue.AddJob()? Pin
Richard MacCutchan10-Oct-13 20:58
mveRichard MacCutchan10-Oct-13 20:58 
QuestionBest way to store MASSIVE amounts of data? Pin
SledgeHammer0110-Oct-13 15:37
SledgeHammer0110-Oct-13 15:37 
What is the best way to store *MASSIVE* amounts of data? I'm thinking [EDITED] millions or billions of images totalling 10TB or so. Not sure of the exact size yet... need to get some data samples... but somewhere in that arena.

I guess at a high level, they could be split by state.

I know that SQL can not handle this kind of size.

Performant lookup is also desired.

How is this usually handled?

Needs to be backupable of course as well.

Had an old boss who was a big fan of storing the path in the DB and the files on disk. From personal experience, you end up with so many directories, the file system breaks down. Try navigating to a folder with 1000+ directories.

I don't think I'll need to do too complex of queries on the data, just simple look ups. Inserts should be fast as well.

-- modified 10-Oct-13 23:06pm.
AnswerRe: Best way to store MASSIVE amounts of data? Pin
Richard Andrew x6410-Oct-13 16:31
professionalRichard Andrew x6410-Oct-13 16:31 
GeneralRe: Best way to store MASSIVE amounts of data? Pin
SledgeHammer0110-Oct-13 17:04
SledgeHammer0110-Oct-13 17:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.