Tagged Questions
0
votes
0answers
78 views
Large invoice database structure and rendering
Our client has a MS SQL database that has 1 million customer invoice records in it. Using the database, our client wants its customers to be able to log into a frontend web site and then be able to ...
1
vote
1answer
72 views
Design: Mixed XML / Relational or Pure Relational?
Is it acceptable to model a very complex object graph using XML in the database, but leave the rest of a system in relational tables?
I'd like to gauge opinion on this as I've hit a bit of a ...
8
votes
11answers
14k views
Using XML as data storage
I was thinking about the XML format and the following quote:
“XML is not a database. It was never meant to be a database. It is never going to be a database. Relational databases are proven ...
3
votes
1answer
353 views
Are XML Schemas bad for constantly evolving file formats?
I'm struggling with a client-server project where I have Java apps out on the Internet that store data to a backend server. The format of this data is well-defined, but the project is constantly ...