Re: File/data structure information



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.
.



Relevant Pages

  • Re: File/data structure information
    ... databases). ... The applications are for storing/finding strings, ... no extra code, except for the customization routines, and can be ... In that case the extra indexes ...
    (comp.programming)
  • Re: Dates mm/dd/yyyy & dd/mm/yyyy giving a major headache
    ... Unless your dates are held in the DB as strings (in which case you are going ... SQL statements as ISO format: ... 'CAST' for SQL Server and whatever works for alternative databases) them as ...
    (microsoft.public.inetserver.asp.general)
  • Re: File/data structure information
    ... primer text. ... The applications are for storing/finding strings, ... don't bother with the various files or databases. ... everything in RAM, and do all your processing in RAM. ...
    (comp.programming)
  • Re: MS Access database SQL statement problem
    ... Jet engine requires explicit use of '#' to delimit date strings whilst almost all ... other databases will take the string and cast it to a datetime value ...
    (microsoft.public.vb.database)
  • Re: saving labview data to a database
    ... If you're unfamiliar with databases, you should first familiarize ... so I always just used "concatenate strings" to build the SQL ...
    (comp.lang.labview)