XML flat file vs. relational database backend

Posted by donpal on Stack Overflow See other posts from Stack Overflow or by donpal
Published on 2010-04-03T19:08:55Z Indexed on 2010/04/03 19:13 UTC
Read the original article Hit count: 498

Filed under:
|
|
|
|

Most projects now need some form of a database. When someone says database, I usually think relational databases, but I still hear about flat file XML databases.

What parameters do you take into consideration when deciding between a "real" database and a flat-file XML database. When should one be used over the other, and under what circumstances should I never consider using a flat file (or vice versa a relational) database?

© Stack Overflow or respective owner

Related posts about database

Related posts about database-design