Reliability of small database system
- Posted by Spock Aug 20, 2013
- 6421 views
If a program had to manipulate a small data set (say < 2000 records) are there any real advantages to using EDS (or another "proper" database system) compared to using a plain sequence or a flat CSV file?
I am thinking specifically of reliability and error detection.
regards, Spock