Hacker News new | past | comments | ask | show | jobs | submit login
NoSQL Ecosystem (rackspacecloud.com)
39 points by nicklongo on Nov 9, 2009 | hide | past | favorite | 3 comments



Very informative article for NoSQL noobs like myself. If I understood him correctly: Scalability (an implementation) is the partitioning and distribution of data for databases across multiple machines working interdependently. Data and query model (an interface) is the essence of NoSQL since it is the equivalent of what I'm used to doing in SQL, which is hitting the database with a query; yet, the obvious advantage of NoSQL is that we no longer have to hit it (the db) with SQL and can instead take advantage of an API that queries our database specifically designed for however we are storing it (into our data-model). The API is as much as an interface as SQL is in a relational-database design. Lastly, persistence (from what I can tell, an engine optimized for a data-model) is what I think NoSQL is really all about because each engine is storing and fetching data according to specific a data-model which is optimized for run-time.

Please correct if I'm misunderstanding anything or everything. Also would someone care to elaborate more (educate me) on scalability? Is this same sort of scalability Amazon's EC2 servers are optimized for?


Here's an interesting treatment of the scaling issue which cropped up on HN a few days ago:

http://news.ycombinator.com/item?id=859468


Thank you. That was an interesting and insightful observation [http://news.ycombinator.com/item?id=859617]. His argument for reliability made scaling seem almost moot. You rarely see someone toss around the idea of 'reliability' when (they are) discussing whatever they think 'the cloud' means. Nevertheless, it was a refreshing reminder that newer (better) technology is not always about optimization, its about mitigating risk by building a sense of predictability into your solution (application).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: