Re: Reliability of small database system
- Posted by sergelli Sep 29, 2013
- 5683 views
ChrisB said...
Hi
I disagree. Use sqlite for any size of file, flat file database, ini file, sql database, whatever. It journals, so if there is a crash mid write its recoverable. Speed vs EDS not actually a great deal of difference for small files, but IMHO much easier to use. Everybody's probably sick of me going on about how much I like sqlite though, but I just can't fault it for quick data file storage.
Chris
Also agree, but for me, a quick viewing is allowed only if the data are recorded in a way that a human can read.
Thus, I believe that writing data in text files, (few data) will be faster for editing.
If you open a sqlite file with a text editor, you will only see things unintelligible.
It is like this or am I mistaken?