in reply to mySQL or Flat Files, Which is faster
Flat files not living within a database server allow multiple readers but cannot allow multiple concurrent writers.
Database servers (such as MySQL or PostgreSQL) allow such multiple read and write access.
If you take that into account, there is no choice: only a real database server will do.
CountZero
"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law
|
|---|