is there a database that can easily digest heirarchal data besides XML
Posted
by Luke101
on Stack Overflow
See other posts from Stack Overflow
or by Luke101
Published on 2010-04-16T22:41:02Z
Indexed on
2010/04/16
22:43 UTC
Read the original article
Hit count: 557
It is very difficult for me to design the database because it requires alot of recursion. I really can't use XML because its just not practical for scalability and the amount of data I need to store. Do you guys know of a database that can be used to store heirarchal data.
© Stack Overflow or respective owner