Click here to Skip to main content
15,888,293 members
Home / Discussions / C#
   

C#

 
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 
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 
AnswerRe: Best way to store MASSIVE amounts of data? Pin
Mycroft Holmes10-Oct-13 16:43
professionalMycroft Holmes10-Oct-13 16:43 
GeneralRe: Best way to store MASSIVE amounts of data? Pin
SledgeHammer0110-Oct-13 17:04
SledgeHammer0110-Oct-13 17:04 
GeneralRe: Best way to store MASSIVE amounts of data? Pin
Mycroft Holmes10-Oct-13 17:28
professionalMycroft Holmes10-Oct-13 17:28 
AnswerRe: Best way to store MASSIVE amounts of data? Pin
Garth J Lancaster10-Oct-13 17:09
professionalGarth J Lancaster10-Oct-13 17:09 
ok, there's the images, and then there's the 'meta data', or think of the index fields telling you how to locate an image ..

So, to locate the correct image or pointer to image, you need the metadata - this is what you search on .. the question is, do you really need to store the images WITH the meta/index data ? I'd suggest 'not' .. so, you have a searchable DB of metadata/indexes on fast tier 1 storage, then, once the right record is round, you then retrieve the image from maybe a worm drive, or 'tier 2 storage' using the pointer/location from the search.

Plenty of storage providers provide WORM storage for example
AnswerRe: Best way to store MASSIVE amounts of data? Pin
s_magus10-Oct-13 18:53
s_magus10-Oct-13 18:53 
AnswerRe: Best way to store MASSIVE amounts of data? Pin
jschell11-Oct-13 9:28
jschell11-Oct-13 9:28 
AnswerRe: Best way to store MASSIVE amounts of data? Pin
Ennis Ray Lynch, Jr.11-Oct-13 9:45
Ennis Ray Lynch, Jr.11-Oct-13 9:45 
QuestionC# Code generation .net 4.5 Pin
no_time10-Oct-13 9:08
no_time10-Oct-13 9:08 
AnswerRe: C# Code generation .net 4.5 Pin
Richard Andrew x6410-Oct-13 9:50
professionalRichard Andrew x6410-Oct-13 9:50 
AnswerRe: C# Code generation .net 4.5 Pin
Homero Rivera10-Oct-13 12:53
Homero Rivera10-Oct-13 12:53 
AnswerRe: C# Code generation .net 4.5 Pin
Keld Ølykke10-Oct-13 22:04
Keld Ølykke10-Oct-13 22:04 
Questionhow to restrict a method call only once Pin
srinimuk9-Oct-13 22:32
srinimuk9-Oct-13 22:32 
QuestionRe: how to restrict a method call only once Pin
Richard MacCutchan9-Oct-13 22:53
mveRichard MacCutchan9-Oct-13 22:53 
AnswerRe: how to restrict a method call only once Pin
srinimuk9-Oct-13 22:55
srinimuk9-Oct-13 22:55 
GeneralRe: how to restrict a method call only once Pin
Richard MacCutchan9-Oct-13 23:00
mveRichard MacCutchan9-Oct-13 23:00 
GeneralRe: how to restrict a method call only once Pin
Pete O'Hanlon9-Oct-13 23:07
mvePete O'Hanlon9-Oct-13 23:07 
GeneralRe: how to restrict a method call only once Pin
srinimuk9-Oct-13 23:25
srinimuk9-Oct-13 23:25 
GeneralRe: how to restrict a method call only once Pin
Simon_Whale9-Oct-13 23:37
Simon_Whale9-Oct-13 23:37 
Questiondata grid view Pin
Kawshik_itbd9-Oct-13 19:13
Kawshik_itbd9-Oct-13 19:13 
AnswerRe: data grid view Pin
vonb9-Oct-13 20:00
vonb9-Oct-13 20:00 
GeneralRe: data grid view Pin
Kawshik_itbd9-Oct-13 20:10
Kawshik_itbd9-Oct-13 20:10 

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.