high_scalability high_scalability-2009 high_scalability-2009-739 knowledge-graph by maker-knowledge-mining
Source: html
Introduction: Jonathan Ellis reviews in the NoSQL Ecosystem the origin of the NoSQL movement and 10 different NoSQL products and how their 1) support for multiple datacenters, 2) the ability to add new machines to a live cluster transparently to the your applications, 3) Data Model, 4) Query API, 5) Persistence Design. The 10 systems reviewed are: Cassandra, CouchDB, HBase, MongoDB, Neo4J, Redis, Riak, Scalaris, Tokyo Cabinet, Voldemort. A very thorough and thoughtful article on the entire NoSQL space. It's clear from the article that NoSQL is not monolithic, there is a very wide variety of approaches to not being a relational database. Related Articles NOSQL = Not Only SQL? . Google Groups thread on talking about the appropriateness of NoSQL as a label. The "NoSQL" Discussion has Nothing to Do With SQL by Michael Stonebraker. HBase vs. Cassandra: NoSQL Battle! by Bradford. Predictions on the future of NoSQL by Aleksander Kmetec.
sentIndex sentText sentNum sentScore
1 The 10 systems reviewed are: Cassandra, CouchDB, HBase, MongoDB, Neo4J, Redis, Riak, Scalaris, Tokyo Cabinet, Voldemort. [sent-2, score-0.19]
2 A very thorough and thoughtful article on the entire NoSQL space. [sent-3, score-0.474]
3 It's clear from the article that NoSQL is not monolithic, there is a very wide variety of approaches to not being a relational database. [sent-4, score-0.551]
4 Google Groups thread on talking about the appropriateness of NoSQL as a label. [sent-7, score-0.399]
5 Predictions on the future of NoSQL by Aleksander Kmetec. [sent-12, score-0.062]
wordName wordTfidf (topN-words)
[('nosql', 0.495), ('appropriateness', 0.227), ('scalaris', 0.214), ('ellis', 0.214), ('articlesnosql', 0.196), ('reviewed', 0.19), ('thenosql', 0.173), ('cabinet', 0.161), ('cassandra', 0.154), ('jonathan', 0.149), ('tokyo', 0.148), ('thorough', 0.146), ('thoughtful', 0.145), ('origin', 0.143), ('battle', 0.141), ('transparently', 0.138), ('reviews', 0.136), ('monolithic', 0.131), ('sql', 0.13), ('movement', 0.128), ('article', 0.125), ('riak', 0.123), ('michael', 0.115), ('persistence', 0.115), ('couchdb', 0.112), ('ecosystem', 0.111), ('hbase', 0.107), ('groups', 0.101), ('variety', 0.098), ('approaches', 0.098), ('datacenters', 0.097), ('talking', 0.093), ('redis', 0.089), ('mongodb', 0.086), ('wide', 0.083), ('thread', 0.079), ('discussion', 0.077), ('nothing', 0.074), ('clear', 0.074), ('relational', 0.073), ('ability', 0.07), ('query', 0.065), ('products', 0.064), ('live', 0.063), ('api', 0.063), ('future', 0.062), ('machines', 0.061), ('add', 0.061), ('entire', 0.058), ('cluster', 0.055)]
simIndex simValue blogId blogTitle
same-blog 1 1.0 739 high scalability-2009-11-09-10 NoSQL Systems Reviewed
Introduction: Jonathan Ellis reviews in the NoSQL Ecosystem the origin of the NoSQL movement and 10 different NoSQL products and how their 1) support for multiple datacenters, 2) the ability to add new machines to a live cluster transparently to the your applications, 3) Data Model, 4) Query API, 5) Persistence Design. The 10 systems reviewed are: Cassandra, CouchDB, HBase, MongoDB, Neo4J, Redis, Riak, Scalaris, Tokyo Cabinet, Voldemort. A very thorough and thoughtful article on the entire NoSQL space. It's clear from the article that NoSQL is not monolithic, there is a very wide variety of approaches to not being a relational database. Related Articles NOSQL = Not Only SQL? . Google Groups thread on talking about the appropriateness of NoSQL as a label. The "NoSQL" Discussion has Nothing to Do With SQL by Michael Stonebraker. HBase vs. Cassandra: NoSQL Battle! by Bradford. Predictions on the future of NoSQL by Aleksander Kmetec.
2 0.32657471 931 high scalability-2010-10-28-Notes from A NOSQL Evening in Palo Alto
Introduction: I along with 180 other people and veritable who's who of NoSQL vendors, attended the A NoSQL Evening in Palo Alto NoSQL Meetup on Tuesday. The format was a panel of 10 vendors--10gen, Basho, CouchOne, Cloudant, Cloudera, GoGrid, InfiniteGraph, Membase, Riptano, Scality--sitting in two rows of chairs in front of what seemed like a pretty diverse audience. Tim Anglade (founder, A NOSQL Summer) moderated. Tim kept things moving by asking a few leading questions and the panel chimed in with answers. Quite a few questions came from the audience, which was refreshing. Overall a genial evening with some good discussion. I was pleased that the panel members didn't just automatically slip into marketing speak. Most of the discussions were on point rather than just another excuse to hit the talking points. There were some complaints about the talk not being technical enough, but I don't think that was really the purpose of this kind of talk. The panel format is excellent at giving a wide ra
3 0.25097057 961 high scalability-2010-12-21-SQL + NoSQL = Yes !
Introduction: This is a guest post by Frédéric Faure (architect at Ysance ), you can follow him on twitter . Data storage has always been one of the most difficult problems to address, especially as the quantity of stored data is constantly increasing. This is not simply due to the growing numbers of people regularly using the Internet, particularly with all the social networks, games and gizmos now available. Companies are also amassing more and more meticulous information relevant to their business, in order to optimize productivity and ROI (Return On Investment). I find the positioning of SQL and NoSQL (Not Only SQL) as opposites rather a shame: it’s true that the marketing wave of NoSQL has enabled the renewed promotion of a system that’s been around for quite a while, but which was only rarely considered in most cases, as after all, everything could be fitted into the « good old SQL model ». The reverse trend of wanting to make everything fit the NoSQL model is not very p
4 0.24382669 670 high scalability-2009-08-05-Anti-RDBMS: A list of distributed key-value stores
Introduction: Update 8: Introducing MongoDB by Eliot Horowit . Update 7: The Future of Scalable Databases by Robin Mathew. Update 6: NoSQL : If Only it Was that Easy . BJ Clark lays down the law on which databases are scalable: Tokyo - NO, Redis - NO, Voldemort - YES, MongoDB - Not Yet, Cassandra - Probably, Amazon S3 - YES * 2, MySQL - NO. The real thing to point out is that if you are being held back from making something super awesome because you can’t choose a database, you are doing it wrong. Update 5: Exciting stuff happening in Japan at this Key-Value Storage meeting in Tokyo . Presentations on Groonga, Senna, Lux IO, Tokyo-Cabinet, Tx, repcached, Kai, Cagra, kumofs, ROMA, and Flare. Update 4: NoSQL and the Relational Model: don’t throw the baby out with the bathwater by Matthew Willson. So my key point is, this kind of modelling is WORTH DOING, regardless of which database tool you end up using for physical storage. Update 3: Choosing a non-relational database
5 0.24311502 954 high scalability-2010-12-06-What the heck are you actually using NoSQL for?
Introduction: It's a truism that we should choose the right tool for the job . Everyone says that. And who can disagree? The problem is this is not helpful advice without being able to answer more specific questions like: What jobs are the tools good at? Will they work on jobs like mine? Is it worth the risk to try something new when all my people know something else and we have a deadline to meet? How can I make all the tools work together? In the NoSQL space this kind of real-world data is still a bit vague. When asked, vendors tend to give very general answers like NoSQL is good for BigData or key-value access. What does that mean for for the developer in the trenches faced with the task of solving a specific problem and there are a dozen confusing choices and no obvious winner? Not a lot. It's often hard to take that next step and imagine how their specific problems could be solved in a way that's worth taking the trouble and risk. Let's change that. What problems are you using NoSQL to sol
6 0.22370769 875 high scalability-2010-08-09-NoSQL on the Microsoft Platform
7 0.19857623 935 high scalability-2010-11-05-Hot Scalability Links For November 5th, 2010
9 0.17313641 930 high scalability-2010-10-28-NoSQL Took Away the Relational Model and Gave Nothing Back
10 0.16584381 649 high scalability-2009-07-02-Product: Facebook's Cassandra - A Massive Distributed Store
11 0.16466767 1180 high scalability-2012-01-24-The State of NoSQL in 2012
12 0.16110803 1022 high scalability-2011-04-13-Paper: NoSQL Databases - NoSQL Introduction and Overview
13 0.15744001 867 high scalability-2010-07-27-YeSQL: An Overview of the Various Query Semantics in the Post Only-SQL World
14 0.14694194 1064 high scalability-2011-06-20-35+ Use Cases for Choosing Your Next NoSQL Database
15 0.14628942 770 high scalability-2010-02-03-NoSQL Means Never Having to Store Blobs Again
16 0.13731334 797 high scalability-2010-03-19-Hot Scalability Links for March 19, 2010
17 0.13360089 1054 high scalability-2011-06-06-NoSQL Pain? Learn How to Read-write Scale Without a Complete Re-write
18 0.13102511 855 high scalability-2010-07-11-So, Why is Twitter Really Not Using Cassandra to Store Tweets?
19 0.1300268 1040 high scalability-2011-05-13-Stuff The Internet Says On Scalability For May 13, 2011
20 0.12824467 784 high scalability-2010-02-25-Paper: High Performance Scalable Data Stores
topicId topicWeight
[(0, 0.117), (1, 0.05), (2, 0.023), (3, 0.13), (4, 0.113), (5, 0.191), (6, -0.107), (7, -0.081), (8, 0.087), (9, -0.028), (10, -0.038), (11, -0.042), (12, -0.034), (13, -0.006), (14, -0.051), (15, 0.031), (16, 0.107), (17, -0.049), (18, -0.132), (19, -0.155), (20, -0.056), (21, -0.093), (22, 0.053), (23, -0.141), (24, 0.231), (25, -0.048), (26, -0.031), (27, 0.04), (28, -0.126), (29, -0.125), (30, 0.007), (31, 0.062), (32, 0.06), (33, -0.056), (34, 0.081), (35, -0.046), (36, -0.0), (37, -0.042), (38, -0.05), (39, 0.047), (40, 0.02), (41, 0.03), (42, -0.017), (43, 0.028), (44, -0.059), (45, 0.006), (46, -0.029), (47, -0.032), (48, -0.024), (49, -0.004)]
simIndex simValue blogId blogTitle
same-blog 1 0.99361628 739 high scalability-2009-11-09-10 NoSQL Systems Reviewed
Introduction: Jonathan Ellis reviews in the NoSQL Ecosystem the origin of the NoSQL movement and 10 different NoSQL products and how their 1) support for multiple datacenters, 2) the ability to add new machines to a live cluster transparently to the your applications, 3) Data Model, 4) Query API, 5) Persistence Design. The 10 systems reviewed are: Cassandra, CouchDB, HBase, MongoDB, Neo4J, Redis, Riak, Scalaris, Tokyo Cabinet, Voldemort. A very thorough and thoughtful article on the entire NoSQL space. It's clear from the article that NoSQL is not monolithic, there is a very wide variety of approaches to not being a relational database. Related Articles NOSQL = Not Only SQL? . Google Groups thread on talking about the appropriateness of NoSQL as a label. The "NoSQL" Discussion has Nothing to Do With SQL by Michael Stonebraker. HBase vs. Cassandra: NoSQL Battle! by Bradford. Predictions on the future of NoSQL by Aleksander Kmetec.
2 0.8959257 745 high scalability-2009-11-25-Brian Aker's Hilarious NoSQL Stand Up Routine
Introduction: Brian Aker gave this 10 minute lightning talk on NoSQL at the Nov 2009 OpenSQLCamp in Portland, Oregon. It's incredibly funny, probably because there's a lot of truth to what he's saying. Here are the slides and here are the notes . Found though #nosql.
3 0.84483427 875 high scalability-2010-08-09-NoSQL on the Microsoft Platform
Introduction: NoSQL is a trend that is gaining steam primarily in the world of Open Source. There are numerous NoSQL solutions available for all levels of complexity: from queryable distributed solutions like MongoDB to simpler distributed key-value storage solutions like Cassandra. Then there’s Riak, Tokyo Cabinet, Voldemort, CouchDB, and Redis. However, very few of these packaged NoSQL products are available for the other end of the platform market: Microsoft Windows. I’m going to outline what’s available now and briefly touch on some opportunities that are still available to the daring Microsoft engineer. You can read the full story here .
4 0.78818142 670 high scalability-2009-08-05-Anti-RDBMS: A list of distributed key-value stores
Introduction: Update 8: Introducing MongoDB by Eliot Horowit . Update 7: The Future of Scalable Databases by Robin Mathew. Update 6: NoSQL : If Only it Was that Easy . BJ Clark lays down the law on which databases are scalable: Tokyo - NO, Redis - NO, Voldemort - YES, MongoDB - Not Yet, Cassandra - Probably, Amazon S3 - YES * 2, MySQL - NO. The real thing to point out is that if you are being held back from making something super awesome because you can’t choose a database, you are doing it wrong. Update 5: Exciting stuff happening in Japan at this Key-Value Storage meeting in Tokyo . Presentations on Groonga, Senna, Lux IO, Tokyo-Cabinet, Tx, repcached, Kai, Cagra, kumofs, ROMA, and Flare. Update 4: NoSQL and the Relational Model: don’t throw the baby out with the bathwater by Matthew Willson. So my key point is, this kind of modelling is WORTH DOING, regardless of which database tool you end up using for physical storage. Update 3: Choosing a non-relational database
5 0.78747886 874 high scalability-2010-08-07-ArchCamp: Scalable Databases (NoSQL)
Introduction: ArchCamp: Scalable Databasess (NoSQL) The ArchCamp unconference was held this past Friday at HackerDojo in Mountain View, CA. There was plenty of pizza, beer, and great conversation. This session started out free-form, but shaped up pretty quickly into a discussion of the popular open source scalable NoSQL databases and the architectural categories in which they belong.
6 0.77767849 872 high scalability-2010-08-05-Pairing NoSQL and Relational Data Storage: MySQL with MongoDB
7 0.77136469 931 high scalability-2010-10-28-Notes from A NOSQL Evening in Palo Alto
8 0.75022155 930 high scalability-2010-10-28-NoSQL Took Away the Relational Model and Gave Nothing Back
9 0.73453748 737 high scalability-2009-11-05-A Yes for a NoSQL Taxonomy
10 0.72334146 1022 high scalability-2011-04-13-Paper: NoSQL Databases - NoSQL Introduction and Overview
11 0.67255819 1393 high scalability-2013-01-24-NoSQL Parody: say No! No! and No!
12 0.66189206 935 high scalability-2010-11-05-Hot Scalability Links For November 5th, 2010
13 0.65672684 648 high scalability-2009-07-02-It Must be Crap on Relational Dabases Week
14 0.62749803 749 high scalability-2009-12-15-The Common Principles Behind the NOSQL Alternatives
15 0.62598121 867 high scalability-2010-07-27-YeSQL: An Overview of the Various Query Semantics in the Post Only-SQL World
16 0.62460279 1119 high scalability-2011-09-20-HighScalability is old news. Step your scaling game way up... (NSFW cartoon)
17 0.62038177 1181 high scalability-2012-01-25-Google Goes MoreSQL with Tenzing - SQL Over MapReduce
18 0.61803091 1054 high scalability-2011-06-06-NoSQL Pain? Learn How to Read-write Scale Without a Complete Re-write
19 0.60501063 1018 high scalability-2011-04-07-Paper: A Co-Relational Model of Data for Large Shared Data Banks
20 0.60445207 961 high scalability-2010-12-21-SQL + NoSQL = Yes !
topicId topicWeight
[(1, 0.1), (2, 0.16), (61, 0.257), (79, 0.11), (84, 0.217), (85, 0.03)]
simIndex simValue blogId blogTitle
same-blog 1 0.93292928 739 high scalability-2009-11-09-10 NoSQL Systems Reviewed
Introduction: Jonathan Ellis reviews in the NoSQL Ecosystem the origin of the NoSQL movement and 10 different NoSQL products and how their 1) support for multiple datacenters, 2) the ability to add new machines to a live cluster transparently to the your applications, 3) Data Model, 4) Query API, 5) Persistence Design. The 10 systems reviewed are: Cassandra, CouchDB, HBase, MongoDB, Neo4J, Redis, Riak, Scalaris, Tokyo Cabinet, Voldemort. A very thorough and thoughtful article on the entire NoSQL space. It's clear from the article that NoSQL is not monolithic, there is a very wide variety of approaches to not being a relational database. Related Articles NOSQL = Not Only SQL? . Google Groups thread on talking about the appropriateness of NoSQL as a label. The "NoSQL" Discussion has Nothing to Do With SQL by Michael Stonebraker. HBase vs. Cassandra: NoSQL Battle! by Bradford. Predictions on the future of NoSQL by Aleksander Kmetec.
2 0.91571701 592 high scalability-2009-05-06-DyradLINQ
Introduction: The goal of DryadLINQ is to make distributed computing on large compute cluster simple enough for ordinary programmers. DryadLINQ combines two important pieces of Microsoft technology: the Dryad distributed execution engine and the .NET Language Integrated Query (LINQ).
3 0.84860289 1411 high scalability-2013-02-22-Stuff The Internet Says On Scalability For February 22, 2013
Introduction: Hey, it's HighScalability time: Quotable Quotes: @p337er : I have committed some truly horrendous crimes against scalability today. @ErrataRob : doubling performance doesn't double scalability. @rsingel : In 2008 when Yahoo.com linked out, I had a Wired story get 1M visitors in an hour from their homepage. @philiph : Lets solve this scalability problem with a queuing system @jaykreps : Transferring data across data centers? Read this page and go tune your TCP buffer sizes... @gwestr : In which the node community showers schadenfreude upon the rails community for "scalability is not my problem" architectures @pbailis : Makes sense, though I think there's a tradeoff re: coordination and scalability (always homogeneous vs dynamically heterogenous) @pembleton : To summarize Yoav's philosophy: we started as quick as we can and then we accelerated #operationgrandma in #reversim @surfichris : “We chose Heroku because we be
4 0.83765334 1287 high scalability-2012-07-20-Stuff The Internet Says On Scalability For July 20, 2012
Introduction: It's HighScalability Time: 4 Trillion Objects: Windows Azure Storage Quotable Quotes: @benjchristensen : “What if we could make the data dense and cheap instead of sparse and expensive?” James Gosling @liquidrinc @sinetpd360 : People trying new things and sharing is what helps create scalability. Jim Rickabaugh #siis2012 @rbranson : This h1.4xlarge running 160GB PostgreSQL database pushing ~17,200 index scan rows/sec. r_await is 0.79ms, box is 92% idle. @sturadnidge : faster net and disk greatly reduces repair time and impact so we can load up the instances with far more dat With Amazon announcing 2TB SSD instances the age of SSD has almost arrived. Netflix has already published a very thorough post on the wonderfulness of SSD for both performance and taming the long latency tail . They see 100K IOPS or 1GByte/sec on a untuned system. Netflix projects: The hi1.4xlarge configuration is about half the system cost for the same throughput; The mea
5 0.83735287 150 high scalability-2007-11-12-Slashdot Architecture - How the Old Man of the Internet Learned to Scale
Introduction: Slashdot effect : overwhelming unprepared sites with an avalanche of reader's clicks after being mentioned on Slashdot. Sure, we now have the "Digg effect" and other hot new stars, but Slashdot was the original. And like many stars from generations past, Slashdot plays the elder statesman's role with with class, dignity, and restraint. Yet with millions and millions of users Slashdot is still box office gold and more than keeps up with the young'ins. And with age comes the wisdom of learning how to handle all those users. Just how does Slashdot scale and what can you learn by going old school? Site: http://slashdot.org Information Sources Slashdot's Setup, Part 1- Hardware Slashdot's Setup, Part 2- Software History of Slashdot Part 3- Going Corporate The History of Slashdot Part 4 - Yesterday, Today, Tomorrow The Platform MySQL Linux (CentOS/RHEL) Pound Apache Perl Memcached LVS The Stats Started building the system in 1999
6 0.83695912 347 high scalability-2008-07-07-Five Ways to Stop Framework Fixation from Crashing Your Scaling Strategy
7 0.82930636 930 high scalability-2010-10-28-NoSQL Took Away the Relational Model and Gave Nothing Back
8 0.82857108 501 high scalability-2009-01-25-Where do I start?
10 0.82595229 1184 high scalability-2012-01-31-Performance in the Cloud: Business Jitter is Bad
11 0.82181394 1191 high scalability-2012-02-13-Tumblr Architecture - 15 Billion Page Views a Month and Harder to Scale than Twitter
13 0.82147056 1461 high scalability-2013-05-20-The Tumblr Architecture Yahoo Bought for a Cool Billion Dollars
14 0.82028019 793 high scalability-2010-03-10-Saying Yes to NoSQL; Going Steady with Cassandra at Digg
15 0.81787497 675 high scalability-2009-08-08-1dbase vs. many and cloud hosting vs. dedicated server(s)?
16 0.81780046 173 high scalability-2007-12-05-Easier Production Releases
17 0.81303382 332 high scalability-2008-05-28-Job queue and search engine
18 0.81177408 141 high scalability-2007-11-05-Quick question about efficiently implementing Facebook 'news feed' like functionality
19 0.8111735 626 high scalability-2009-06-10-Paper: Graph Databases and the Future of Large-Scale Knowledge Management
20 0.80888647 1089 high scalability-2011-07-29-Stuff The Internet Says On Scalability For July 29, 2011