Re: File/data structure information
- From: "Barry" <barryg@xxxxxxxxxxxxxxxxxx>
- Date: Sat, 30 Dec 2006 23:07:11 -0600
"Pascal Bourguignon" <pjb@xxxxxxxxxxxxxxxxx> wrote in message
news:87hcvcn2mx.fsf@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Dave <no_email@xxxxxxxxxxx> writes:
I have been Googling to find information about the pros and cons of
different file and data structures within a file incl. databases).
Would a appreciate a pointer to either some online documents or a good
primer text. I don't have any specific questions and the information
needs to be language and operating system agnostic.
The applications are for storing/finding strings, strings within
strings, numerical data, etc. In other words, very general.
Do you have more than 1GB or 2GB of data?
If not, don't bother with the various files or databases. You can load
everything in RAM, and do all your processing in RAM.
Nonsense.
If you have more data than the RAM size, then just put it in a
database, and leave it up to the good database programmers to decide
what is best...
More nonsense.
.
- References:
- File/data structure information
- From: Dave
- Re: File/data structure information
- From: Pascal Bourguignon
- File/data structure information
- Prev by Date: Re: Mathematics of the Enigma cipher?
- Next by Date: Re: Mathematics of the Enigma cipher?
- Previous by thread: Re: File/data structure information
- Next by thread: Re: File/data structure information
- Index(es):
Relevant Pages
|