I am developing an internal web application that needs a back end. The data stored is not really RDBMS type. Currently it is in XML document fashion that the application parses (XQuery) to display html tables and other type of fields. It is likely that I will have a few more different types of XML documents and CSV(comma separated values) coming up. Given the scenario, I can always back the data up with a mySQL database, breaking the process that generates XML or CSV to insert straight in to database.
在这种情景中,没有Sql数据库是一个良好的选择吗? 或者我的SQL仍然更好? 我看不出需要集群/高供应/分配处理情景。