T
T
Typouprogramist012020-12-14 09:07:14
Database
Typouprogramist01, 2020-12-14 09:07:14

How to make a database in XML?

I read it on different sites and forums and did not understand. I want to make a web application using XML as a database, and HTML as editing and display. How to do it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
mayton2019, 2020-12-14
@mayton2019

Xml is generally not well suited for databases. If you need to change 1 attribute in a 10 megabyte xml file, then from the point of view of xml technologies it will be - creating a new document with changes. That is, in the future, such a database will not hold the load well.
Consider options with mongodb+json. A special binary version of json serialization has been developed there, in which this problem of excessive disk load will be eliminated.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question