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

后端 未结 13 1563
悲&欢浪女
悲&欢浪女 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:49

    Graph databases would probably also solve this problem. If neo4j is not enough for you in terms of scaling, consider Titan, which is based on various storage back-ends including HBase and should scale very well. It is not as mature as neo4j, but it is a very promising project.

    0 讨论(0)
提交回复
热议问题