Re: File/data structure information
- From: Pascal Bourguignon <pjb@xxxxxxxxxxxxxxxxx>
- Date: Sun, 31 Dec 2006 04:52:06 +0100
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.
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...
--
__Pascal Bourguignon__ http://www.informatimago.com/
This is a signature virus. Add me to your signature and help me to live.
.
- Follow-Ups:
- Re: File/data structure information
- From: Barry
- Re: File/data structure information
- References:
- File/data structure information
- From: Dave
- File/data structure information
- Prev by Date: File/data structure information
- Next by Date: Re: Mathematics of the Enigma cipher?
- Previous by thread: File/data structure information
- Next by thread: Re: File/data structure information
- Index(es):
Relevant Pages
|
|