![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Couple of interesting articles on NoSQL this week NoSQL in the real world http://news.cnet.com/8301-13846_3-10451248-62.html |
#3
| |||
| |||
|
|
On Mar 2, 2010, at 8:39 AM, Paul White wrote: Couple of interesting articles on NoSQL this week NoSQL in the real world http://news.cnet.com/8301-13846_3-10451248-62.html Gah. Where is Fabian Pascal when you need him? |
|
It's painful to watch a hierarchical data model being touted as if it were something new, just as it's painful to see the conflation of "relational" and "SQL" as if they were the same thing. I got a couple paragraphs in and gave up. |
|
I guess that if you have a situation that is best modeled as a hierarchy, a hierarchical DBMS will handle it the best. |
#4
| |||
| |||
|
|
Karl Schendel wrote: I guess that if you have a situation that is best modeled as a hierarchy, a hierarchical DBMS will handle it the best. I can only assume you've never tried representing trees of arbitrary depth in hierarchical database (or an XML document). It can't be done any easier than with a table. In fact in the case of XML, it can't be done at all except by representing it as a table. The parse tree isn't the data. |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
It is good that you brought this topic up Paul... Recently I was reading about Twitter is moving to Cassandra from MySQL.... I was also wondering about the same thing... It is interesting to see Karl's and Roy's thoughts on this topic of NoSQL databases.... |
![]() |
| Thread Tools | |
| Display Modes | |
| |