Click here to Skip to main content
15,890,527 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Storing huge numbers of files Pin
obermd13-Jul-20 3:23
obermd13-Jul-20 3:23 
GeneralRe: Storing huge numbers of files Pin
Eddy Vluggen13-Jul-20 5:55
professionalEddy Vluggen13-Jul-20 5:55 
AnswerRe: Storing huge numbers of files Pin
Patrice T11-Jul-20 20:28
mvePatrice T11-Jul-20 20:28 
GeneralRe: Storing huge numbers of files Pin
#realJSOP12-Jul-20 0:24
mve#realJSOP12-Jul-20 0:24 
GeneralRe: Storing huge numbers of files Pin
Nelek12-Jul-20 2:07
protectorNelek12-Jul-20 2:07 
GeneralRe: Storing huge numbers of files Pin
Jörgen Andersson12-Jul-20 19:34
professionalJörgen Andersson12-Jul-20 19:34 
GeneralRe: Storing huge numbers of files Pin
soulesurfer12-Jul-20 22:11
soulesurfer12-Jul-20 22:11 
GeneralRe: Storing huge numbers of files Pin
JohaViss6112-Jul-20 23:26
professionalJohaViss6112-Jul-20 23:26 
A few years ago I worked on a system that generates around 50.000 to 100.000 files a day.
We ran in trouble right away.
Storing the files was not a problem, but retrieving them was impossible.
And a second problem was that we needed to search the contents of the files to find all files with a certain string in the text.

We eventually choose to store all files in a database. This was quite easy because the files were small. (Less than 10K)
We choose an Oracle database because of the CLOB datatype. (it allows for indexing and searching)

We had no problems since and have more the 200 million files.Cool | :cool:
GeneralRe: Storing huge numbers of files Pin
jarvisa13-Jul-20 0:21
jarvisa13-Jul-20 0:21 
GeneralRe: Storing huge numbers of files Pin
agolddog13-Jul-20 4:40
agolddog13-Jul-20 4:40 
GeneralRe: Storing huge numbers of files Pin
Member 123113713-Jul-20 7:43
Member 123113713-Jul-20 7:43 
GeneralRe: Storing huge numbers of files Pin
englebart13-Jul-20 7:44
professionalenglebart13-Jul-20 7:44 
GeneralRe: Storing huge numbers of files Pin
ddrogahn13-Jul-20 9:58
professionalddrogahn13-Jul-20 9:58 
GeneralRe: Storing huge numbers of files Pin
Jim Knopf jr.7-Aug-20 5:20
Jim Knopf jr.7-Aug-20 5:20 
QuestionBest keyboard ever Pin
Eddy Vluggen11-Jul-20 6:19
professionalEddy Vluggen11-Jul-20 6:19 
AnswerRe: Best keyboard ever Pin
OriginalGriff11-Jul-20 6:29
mveOriginalGriff11-Jul-20 6:29 
GeneralRe: Best keyboard ever Pin
Daniel Pfeffer11-Jul-20 8:21
professionalDaniel Pfeffer11-Jul-20 8:21 
GeneralRe: Best keyboard ever Pin
OriginalGriff11-Jul-20 10:47
mveOriginalGriff11-Jul-20 10:47 
GeneralRe: Best keyboard ever Pin
PNutHed13-Jul-20 6:22
PNutHed13-Jul-20 6:22 
GeneralRe: Best keyboard ever Pin
OriginalGriff13-Jul-20 6:24
mveOriginalGriff13-Jul-20 6:24 
GeneralRe: Best keyboard ever Pin
PNutHed13-Jul-20 9:42
PNutHed13-Jul-20 9:42 
AnswerRe: Best keyboard ever Pin
PIEBALDconsult11-Jul-20 6:41
mvePIEBALDconsult11-Jul-20 6:41 
GeneralRe: Best keyboard ever Pin
sasadler13-Jul-20 6:22
sasadler13-Jul-20 6:22 
GeneralRe: Best keyboard ever Pin
PIEBALDconsult13-Jul-20 6:28
mvePIEBALDconsult13-Jul-20 6:28 
GeneralRe: Best keyboard ever Pin
sasadler13-Jul-20 7:02
sasadler13-Jul-20 7:02 

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.