Re: EDS database speed questions
- Posted by ChrisB (moderator) Aug 24, 2008
- 1202 views
Hi
At that sort of level of database, shouldn't you be considering SQL? Let the engine do the sorting and collating of data. It may take a little time to convert the data, but the maintainance advantages would outweigh this. Speed would be comparable, if not better.
Options - eusql, sqlite, mysql.
Chris