is there a database that can easily digest hierarchical 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/18
            6:43 UTC
        
        
        Read the original article
        Hit count: 248
        
It is very difficult for me to design the database because it requires a lot of recursion. I really can't use XML because it is 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 hierarchical data?
© Stack Overflow or respective owner