ALL COVERED TOPICS

NoSQLBenchmarksNoSQL use casesNoSQL VideosNoSQL Hybrid SolutionsNoSQL PresentationsBig DataHadoopMapReducePigHiveFlume OozieSqoopHDFSZooKeeperCascadingCascalog BigTableCassandraHBaseHypertableCouchbaseCouchDBMongoDBOrientDBRavenDBJackrabbitTerrastoreAmazon DynamoDBRedisRiakProject VoldemortTokyo CabinetKyoto CabinetmemcachedAmazon SimpleDBDatomicMemcacheDBM/DBGT.MAmazon DynamoDynomiteMnesiaYahoo! PNUTS/SherpaNeo4jInfoGridSones GraphDBInfiniteGraphAllegroGraphMarkLogicClustrixCouchDB Case StudiesMongoDB Case StudiesNoSQL at AdobeNoSQL at FacebookNoSQL at Twitter

NAVIGATE MAIN CATEGORIES

Close

NoSQL Databases Aren't Hierarchical

Unfortunately based on a wrong hypothesis:

However most of the NoSQL tools seem to be NoRelational. As I see it, many of these tools map closely to the model that the relational model replaced.. the hierarchical model. Some describe themselves as hierarchical.

While not sure what NoSQL databases the author is referring, from my point of view the common denominator of column stores, document databases and key-value stores is the key-value model which is not hierarchical. On the other hand, graph databases are using the graph model at their core which is again different from the hierarchical model. The Java Content Repository implementations (e.g. Jackrabbit) are the only systems I’m aware of being hierarchical, so the hypothesis doesn’t apply.

NoSQL Databases Aren’t Hierarchical originally posted on the NoSQL blog: myNoSQL

via: http://ramthemdown.wordpress.com/2010/08/07/a-historical-perspective-on-nosql/