What type of NoSQL database is best suited to store hierarchical data?

后端 未结 13 1591
悲&欢浪女
悲&欢浪女 2021-01-30 00:07

What type of NoSQL database is best suited to store hierarchical data?

Say for example I want to store posts of a forum with a tree structure:

original p         


        
13条回答
  •  南方客
    南方客 (楼主)
    2021-01-30 00:36

    Check out MarkLogic. You can download a demo copy from the website. It is a database for unstructured data and falls under the NoSQL classification of databases. I know unstructured data is a pretty loaded term but just think of it as data that does not fit well in the rows and columns of a RDBMS (like hierarchical data).

提交回复
热议问题