Optimal xml storage engine
Posted
by
nixau
on Stack Overflow
See other posts from Stack Overflow
or by nixau
Published on 2009-06-16T08:44:09Z
Indexed on
2014/06/07
21:25 UTC
Read the original article
Hit count: 252
I'm considering optimal open source solution for storing xml documents with further querying on them effectively. Amount of data will be small. As far as I understand native xml databases might form a proper solution for my case. They obviously store xml documents in highly efficient way. It would be great to learn your experience. Any suggestions on proper solution? Have you got any experience employing xml storage engines in your apps?
© Stack Overflow or respective owner