high_scalability high_scalability-2009 high_scalability-2009-538 knowledge-graph by maker-knowledge-mining

538 high scalability-2009-03-16-Are Cloud Based Memory Architectures the Next Big Thing?


meta infos for this blog

Source: html

Introduction: We are on the edge of two potent technological changes: Clouds and Memory Based Architectures. This evolution will rip open a chasm where new players can enter and prosper. Google is the master of disk. You can't beat them at a game they perfected. Disk based databases like SimpleDB and BigTable are complicated beasts, typical last gasp products of any aging technology before a change. The next era is the age of Memory and Cloud which will allow for new players to succeed. The tipping point will be soon. Let's take a short trip down web architecture lane: It's 1993: Yahoo runs on FreeBSD, Apache, Perl scripts and a SQL database It's 1995: Scale-up the database. It's 1998: LAMP It's 1999: Stateless + Load Balanced + Database + SAN It's 2001: In-memory data-grid. It's 2003: Add a caching layer. It's 2004: Add scale-out and partitioning. It's 2005: Add asynchronous job scheduling and maybe a distributed file system. It's 2007: Move it all into the cloud. It's 2008: C


Summary: the most important sentenses genereted by tfidf model

sentIndex sentText sentNum sentScore

1 Why might cloud based memory architectures be the next big thing? [sent-20, score-0.735]

2 For now we'll just address the memory based architecture part of the question, the cloud component is covered a little later. [sent-21, score-0.566]

3 Memory is the System of Record What makes Memory Based Architectures different from traditional architectures is that memory is the system of record . [sent-33, score-0.491]

4 The purpose behind cache based architectures is to minimize the data bottleneck through to disk. [sent-41, score-0.472]

5 The dramatic drop of RAM prices along with the ability of servers to handle larger and larger amounts of RAM has caused memory architectures to verge on going mainstream. [sent-45, score-0.426]

6 As an architecture it combines the holy quadrinity of computing: Performance is better because data is accessed from memory instead of through a database to a disk. [sent-61, score-0.522]

7 Reading data from memory is also faster than reading data from disk. [sent-68, score-0.499]

8 Terracotta - Terracotta is network-attached memory that allows you share memory and do anything across a cluster. [sent-104, score-0.514]

9 Operates as an in-memory data grid that dynamically caches, partitions, replicates, and manages application data and business logic across multiple servers. [sent-108, score-0.416]

10 And there are other architectures that will exploit memory yet won't be classic IDMG. [sent-112, score-0.426]

11 But the speed of memory versus disk also allows entire new levels of performance and reliability in a relatively simple and easy to understand and deploy package. [sent-130, score-0.485]

12 I've probably said this before, but the cloud is a new computing platform that some have learned to exploit, others are scrambling to master, but most people will see as nothing but a minor variation on what they're already doing. [sent-140, score-0.414]

13 When departmental computing came along (VAXes, et al), the timesharing guys considered it nothing but timesharing on a smaller scale. [sent-143, score-0.494]

14 When PCs and client/server computing came along, the departmental computing guys (i. [sent-144, score-0.408]

15 So the batchguys are dead, the timesharing guys are dead, the departmental computing guys are dead, and the client server guys are dead. [sent-148, score-0.668]

16 The reason that databases are important to cloud computing is that virtually all applications involve the interaction of client data with a shared, persistent data store. [sent-150, score-0.65]

17 What I'm arguing is that a cloud is a different platform, and what works well for a single computer doesn't work at all well in cloud, and things that work well in a cloud don't work at all on the single computer system. [sent-159, score-0.638]

18 The alternative is to use the memory in a cloud as a distributed L2 cache. [sent-165, score-0.444]

19 The network serves everyone in parallel while the disk is single threaded I favor data sharing through a formal abstraction like a relational database. [sent-173, score-0.559]

20 Jim certainly isn't shy with his opinions :-) My summary of what he wants to do with NimbusDB is: Make a scalable relational database in the cloud where you can use normal everyday SQL to perform summary functions, define referential integrity, and all that other good stuff. [sent-244, score-0.416]


similar blogs computed by tfidf model

tfidf for this blog:

wordName wordTfidf (topN-words)

[('memory', 0.257), ('cloud', 0.187), ('ram', 0.176), ('architectures', 0.169), ('nimbusdb', 0.166), ('disk', 0.158), ('mvcc', 0.156), ('database', 0.144), ('guys', 0.131), ('idmg', 0.13), ('based', 0.122), ('data', 0.121), ('object', 0.117), ('grid', 0.113), ('jim', 0.109), ('departmental', 0.097), ('players', 0.095), ('computing', 0.09), ('timesharing', 0.088), ('simpledb', 0.087), ('relational', 0.085), ('grids', 0.077), ('bigtable', 0.077), ('low', 0.076), ('disks', 0.076), ('bandwidth', 0.073), ('limiting', 0.072), ('new', 0.07), ('favor', 0.069), ('transaction', 0.069), ('applications', 0.069), ('single', 0.068), ('variation', 0.067), ('compute', 0.066), ('bah', 0.065), ('gasp', 0.065), ('miserable', 0.065), ('different', 0.065), ('things', 0.063), ('databases', 0.062), ('application', 0.061), ('cache', 0.06), ('dead', 0.06), ('sql', 0.059), ('gridcompute', 0.059), ('dinosaurs', 0.059), ('horrible', 0.059), ('parallel', 0.058), ('products', 0.058), ('magic', 0.057)]

similar blogs list:

simIndex simValue blogId blogTitle

same-blog 1 1.0000012 538 high scalability-2009-03-16-Are Cloud Based Memory Architectures the Next Big Thing?

Introduction: We are on the edge of two potent technological changes: Clouds and Memory Based Architectures. This evolution will rip open a chasm where new players can enter and prosper. Google is the master of disk. You can't beat them at a game they perfected. Disk based databases like SimpleDB and BigTable are complicated beasts, typical last gasp products of any aging technology before a change. The next era is the age of Memory and Cloud which will allow for new players to succeed. The tipping point will be soon. Let's take a short trip down web architecture lane: It's 1993: Yahoo runs on FreeBSD, Apache, Perl scripts and a SQL database It's 1995: Scale-up the database. It's 1998: LAMP It's 1999: Stateless + Load Balanced + Database + SAN It's 2001: In-memory data-grid. It's 2003: Add a caching layer. It's 2004: Add scale-out and partitioning. It's 2005: Add asynchronous job scheduling and maybe a distributed file system. It's 2007: Move it all into the cloud. It's 2008: C

2 0.30482173 1355 high scalability-2012-11-05-Gone Fishin': Building Super Scalable Systems: Blade Runner Meets Autonomic Computing In The Ambient Cloud

Introduction: All in all this is still my favorite post and I still think it's an accurate vision of a future. Not everyone agrees, but I guess we'll see..."But it is not complicated. [There's] just a lot of it." \--Richard Feynmanon how the immense variety of the world arises from simple rules.Contents:Have We Reached the End of Scaling?Applications Become Black Boxes Using Markets to Scale and Control CostsLet's Welcome our Neo-Feudal OverlordsThe Economic Argument for the Ambient CloudWhat Will Kill the Cloud?The Amazing Collective Compute Power of the Ambient CloudUsing the Ambient Cloud as an Application RuntimeApplications as Virtual StatesConclusionWe have not yet begun to scale. The world is still fundamentally disconnected and for all our wisdom we are still in the earliest days of learning how to build truly large planet-scaling applications.Today 350 million users on Facebook is a lot of users and five million followers on Twitter is a lot of followers. This may seem like a lot now, but c

3 0.30468121 750 high scalability-2009-12-16-Building Super Scalable Systems: Blade Runner Meets Autonomic Computing in the Ambient Cloud

Introduction: "But it is not complicated. [There's] just a lot of it." \--Richard Feynmanon how the immense variety of the world arises from simple rules.Contents:Have We Reached the End of Scaling?Applications Become Black Boxes Using Markets to Scale and Control CostsLet's Welcome our Neo-Feudal OverlordsThe Economic Argument for the Ambient CloudWhat Will Kill the Cloud?The Amazing Collective Compute Power of the Ambient CloudUsing the Ambient Cloud as an Application RuntimeApplications as Virtual StatesConclusionWe have not yet begun to scale. The world is still fundamentally disconnected and for all our wisdom we are still in the earliest days of learning how to build truly large planet-scaling applications.Today 350 million users on Facebook is a lot of users and five million followers on Twitter is a lot of followers. This may seem like a lot now, but consider we have no planet wide applications yet. None.Tomorrow the numbers foreshadow a newCambrian explosionof connectivity that will look as

4 0.26325175 920 high scalability-2010-10-15-Troubles with Sharding - What can we learn from the Foursquare Incident?

Introduction: For everything given something seems to be taken. Caching is a great scalability solution, but caching also comes with problems . Sharding is a great scalability solution, but as Foursquare recently revealed in a post-mortem about their 17 hours of downtime, sharding also has problems. MongoDB, the database Foursquare uses, also contributed their post-mortem of what went wrong too. Now that everyone has shared and resharded, what can we learn to help us skip these mistakes and quickly move on to a different set of mistakes? First, like for Facebook , huge props to Foursquare and MongoDB for being upfront and honest about their problems. This helps everyone get better and is a sign we work in a pretty cool industry. Second, overall, the fault didn't flow from evil hearts or gross negligence. As usual the cause was more mundane: a key system, that could be a little more robust, combined with a very popular application built by a small group of people, under immense pressure

5 0.2408561 1240 high scalability-2012-05-07-Startups are Creating a New System of the World for IT

Introduction: It remains that, from the same principles, I now demonstrate the frame of the System of the World. -- Isaac Newton The practice of IT reminds me a lot of the practice of science before Isaac Newton. Aristotelianism was dead, but there was nothing to replace it. Then Newton came along, created a scientific revolution with his System of the World . And everything changed. That was New System of the World number one. New System of the World number two was written about by the incomparable Neal Stephenson in his incredible  Baroque Cycle  series. It explores the singular creation of a new way of organizing society grounded in new modes of thought in business, religion, politics, and science. Our modern world emerged Enlightened as it could from this roiling cauldron of forces. In IT we may have had a Leonardo da Vinci or even a Galileo, but we’ve never had our Newton. Maybe we don't need a towering genius to make everything clear? For years startups, like the frenetically inventive

6 0.23105341 661 high scalability-2009-07-25-Latency is Everywhere and it Costs You Sales - How to Crush it

7 0.22742225 1092 high scalability-2011-08-04-Jim Starkey is Creating a Brave New World by Rethinking Databases for the Cloud

8 0.22047563 954 high scalability-2010-12-06-What the heck are you actually using NoSQL for?

9 0.21658246 1118 high scalability-2011-09-19-Big Iron Returns with BigMemory

10 0.2103097 373 high scalability-2008-08-29-Product: ScaleOut StateServer is Memcached on Steroids

11 0.2099202 786 high scalability-2010-03-02-Using the Ambient Cloud as an Application Runtime

12 0.20988721 1508 high scalability-2013-08-28-Sean Hull's 20 Biggest Bottlenecks that Reduce and Slow Down Scalability

13 0.2090982 761 high scalability-2010-01-17-Applications Become Black Boxes Using Markets to Scale and Control Costs

14 0.20838197 1064 high scalability-2011-06-20-35+ Use Cases for Choosing Your Next NoSQL Database

15 0.20642608 768 high scalability-2010-02-01-What Will Kill the Cloud?

16 0.20329665 589 high scalability-2009-05-05-Drop ACID and Think About Data

17 0.20318747 448 high scalability-2008-11-22-Google Architecture

18 0.20126547 1160 high scalability-2011-12-21-In Memory Data Grid Technologies

19 0.19987449 1369 high scalability-2012-12-10-Switch your databases to Flash storage. Now. Or you're doing it wrong.

20 0.19865341 674 high scalability-2009-08-07-The Canonical Cloud Architecture


similar blogs computed by lsi model

lsi for this blog:

topicId topicWeight

[(0, 0.444), (1, 0.188), (2, 0.05), (3, 0.067), (4, -0.104), (5, 0.139), (6, 0.049), (7, -0.078), (8, -0.107), (9, -0.01), (10, 0.018), (11, -0.01), (12, -0.047), (13, 0.14), (14, 0.004), (15, -0.061), (16, -0.08), (17, -0.003), (18, 0.015), (19, 0.033), (20, -0.095), (21, 0.04), (22, 0.03), (23, 0.038), (24, 0.044), (25, -0.069), (26, 0.048), (27, -0.035), (28, 0.002), (29, 0.026), (30, 0.016), (31, -0.014), (32, -0.054), (33, -0.058), (34, 0.012), (35, 0.014), (36, -0.007), (37, -0.009), (38, 0.002), (39, 0.011), (40, -0.007), (41, -0.023), (42, 0.059), (43, -0.019), (44, -0.022), (45, -0.024), (46, 0.098), (47, -0.036), (48, 0.036), (49, 0.006)]

similar blogs list:

simIndex simValue blogId blogTitle

same-blog 1 0.98054963 538 high scalability-2009-03-16-Are Cloud Based Memory Architectures the Next Big Thing?

Introduction: We are on the edge of two potent technological changes: Clouds and Memory Based Architectures. This evolution will rip open a chasm where new players can enter and prosper. Google is the master of disk. You can't beat them at a game they perfected. Disk based databases like SimpleDB and BigTable are complicated beasts, typical last gasp products of any aging technology before a change. The next era is the age of Memory and Cloud which will allow for new players to succeed. The tipping point will be soon. Let's take a short trip down web architecture lane: It's 1993: Yahoo runs on FreeBSD, Apache, Perl scripts and a SQL database It's 1995: Scale-up the database. It's 1998: LAMP It's 1999: Stateless + Load Balanced + Database + SAN It's 2001: In-memory data-grid. It's 2003: Add a caching layer. It's 2004: Add scale-out and partitioning. It's 2005: Add asynchronous job scheduling and maybe a distributed file system. It's 2007: Move it all into the cloud. It's 2008: C

2 0.85731047 1581 high scalability-2014-01-17-Stuff The Internet Says On Scalability For January 17th, 2014

Introduction: Hey, it's HighScalability time: From the stunning Scale of the Universe - Interactive Flash Animation $7 trillion : US spend on patrolling oil sea-lanes; 82 billion : files served by MaxCDN in 5 months Quotable Quotes:  @StephenFleming : "Money doesn’t solve scaling problems, but the actual solutions to scaling problems always cost money." http://daringfireball.net/2014/01/googles_acquisition_of_nest David Rosenthal : Robert Puttnam in Making Democracy Work and Bowling Alone has shown the vast difference in economic success between high-trust and low-trust societies. @kylefox : That's a huge advantage of SaaS businesses: you can be liberal with refunds & goodwill credits w/o impacting the bottom line much. Thomas B. Roberts : That’s the essence of science: Ask the impertinent question, and you are on your way to pertinent science. Benjamin K. Bergen : Simulation is an iceberg. By consciously reflecting, as you just h

3 0.82646841 823 high scalability-2010-05-05-How will memristors change everything?

Introduction: A non-random sample of my tech friends shows that not many have heard of memristors (though I do suspect vote tampering). I'd read a little about memristors in 2008 when the initial hubbub about the existence of memristors was raised. I, however,  immediately filed them into that comforting conceptual bucket of potentially revolutionary technologies I didn't have to worry about because like most wondertech, nothing would ever come of it. Wrong. After watching Finding the Missing Memristor by R. Stanley Williams I've had to change my mind. Memristors have gone from "maybe never" to holy cow this could happen soon and it could change everything. Let's assume for the sake of dreaming memristors do prove out. How will we design systems when we have access to a new material that is two orders of magnitude more efficient from a power perspective than traditional transistor technologies, contains multiple petabits (1 petabit = 128TB) of persistent storage, and can be reconfigured t

4 0.82453531 786 high scalability-2010-03-02-Using the Ambient Cloud as an Application Runtime

Introduction: This is an excerpt from my article Building Super Scalable Systems: Blade Runner Meets Autonomic Computing in the Ambient Cloud. The future looks many, big, complex, and adaptive: Many clouds. Many servers. Many operating systems. Many languages. Many storage services. Many database services. Many software services. Many adjunct human networks (like Mechanical Turk). Many fast interconnects. Many CDNs. Many cache memory pools. Many application profiles (simple request-response, live streaming, computationally complex, sensor driven, memory intensive, storage intensive, monolithic, decomposable, etc). Many legal jurisdictions. Don't want to perform a function on Patriot Act "protected" systems then move the function elsewhere. Many SLAs. Many data driven pricing policies that like airplane pricing algorithms will price "seats" to maximize profit using multi-variate time sensitive pricing models. Many competitive products. The need t

5 0.82452565 933 high scalability-2010-11-01-Hot Trend: Move Behavior to Data for a New Interactive Application Architecture

Introduction: Two forces account for the trend of moving behavior to data: larger values used in key-value stores and spotty cloud networks. For some time we've seen functions pushed close to data with MapReduce, which is a batch process, but we are now seeing this model extend to interactive applications, which match the current emphasis on highly scalable, real-time, event driven applications. To see the trend look at the increasing support for collocated behavior at the datastore level: HBase is implementing a  coprocessor feature . Cassandra is also implementing  coprocessors or plugins . Membase is creating NodeCode , which is a process for executing functions on data in the database. MongoDB supports JavaScript stored procedures .  VoltDB has Java based stored procedures . In-memory DataGrid products like GigaSpaces have been doing something like this forever. The key difference historically being GigaSpaces' tight integration with languages C++ and Java, instead of using

6 0.82432485 1198 high scalability-2012-02-24-Stuff The Internet Says On Scalability For February 24, 2012

7 0.82194722 1553 high scalability-2013-11-25-How To Make an Infinitely Scalable Relational Database Management System (RDBMS)

8 0.81729043 694 high scalability-2009-09-04-Hot Links for 2009-9-4

9 0.81262875 609 high scalability-2009-05-28-Scaling PostgreSQL using CUDA

10 0.80991161 1182 high scalability-2012-01-27-Stuff The Internet Says On Scalability For January 27, 2012

11 0.80692232 696 high scalability-2009-09-07-Product: Infinispan - Open Source Data Grid

12 0.7962085 1487 high scalability-2013-07-05-Stuff The Internet Says On Scalability For July 5, 2013

13 0.7960934 1063 high scalability-2011-06-17-Stuff The Internet Says On Scalability For June 17, 2011

14 0.79208529 1439 high scalability-2013-04-12-Stuff The Internet Says On Scalability For April 12, 2013

15 0.79001236 1436 high scalability-2013-04-05-Stuff The Internet Says On Scalability For April 5, 2013

16 0.7899977 1093 high scalability-2011-08-05-Stuff The Internet Says On Scalability For August 5, 2011

17 0.7895453 1270 high scalability-2012-06-22-Stuff The Internet Says On Scalability For June 22, 2012

18 0.78872144 1407 high scalability-2013-02-15-Stuff The Internet Says On Scalability For February 15, 2013

19 0.78825217 1160 high scalability-2011-12-21-In Memory Data Grid Technologies

20 0.78823155 393 high scalability-2008-09-25-GridGain: One Compute Grid, Many Data Grids


similar blogs computed by lda model

lda for this blog:

topicId topicWeight

[(1, 0.125), (2, 0.23), (4, 0.014), (8, 0.014), (10, 0.061), (30, 0.023), (40, 0.021), (47, 0.01), (61, 0.082), (77, 0.017), (79, 0.144), (85, 0.033), (93, 0.071), (94, 0.049)]

similar blogs list:

simIndex simValue blogId blogTitle

1 0.98876029 1513 high scalability-2013-09-06-Stuff The Internet Says On Scalability For September 6, 2013

Introduction: Hey, it's HighScalability time: ( Unidentified Ivy Bridge processor using 22 nanometer Tri-Gate transistors ) Quotable Quotes: @pbailis : Big ups to AWS folks for following up re: all of my questions on cr1 provisioning. We saw a huge win moving from m1.xl to cr1.8xl @rob_carlson : Packet switching via containers --> almost 8X increase in trade; what will #drones bring? What is optimal mesh size? @mrtazz : “an Open Source, Clojure-based DevOps platform” congratulations, I now have no idea what you’re talking about @KentBeck : If you can't make engineering decisions based on data, then make engineering decisions that result in data. @cassandralondon : Cassandra on AWS SSDs - a perfect fit because you don't get write amplification  If you think about it, a cloud as a rule driven, capability rich environment, accessible over a large surfaced API, plays the same role as physics in biology. Software must speci

2 0.97958922 1450 high scalability-2013-05-01-Myth: Eric Brewer on Why Banks are BASE Not ACID - Availability Is Revenue

Introduction: In NoSQL: Past, Present, Future Eric Brewer has a particularly fine section on explaining the often hard to understand ideas of BASE (Basically Available, Soft State, Eventually Consistent), ACID (Atomicity, Consistency, Isolation, Durability), CAP (Consistency Availability, Partition Tolerance), in terms of a pernicious long standing myth about the sanctity of consistency in banking. Myth : Money is important, so banks must use transactions to keep money safe and consistent, right? Reality : Banking transactions are inconsistent, particularly for ATMs. ATMs are designed to have a normal case behaviour and a partition mode behaviour. In partition mode Availability is chosen over Consistency. Why? 1) Availability correlates with revenue and consistency generally does not. 2) Historically there was never an idea of perfect communication so everything was partitioned. Your ATM transaction must go through so Availability is more important than

3 0.97633803 1279 high scalability-2012-07-09-Data Replication in NoSQL Databases

Introduction: This is the third guest post ( part 1 , part 2 ) of a series by Greg Lindahl, CTO of blekko, the spam free search engine. Previously, Greg was Founder and Distinguished Engineer at PathScale, at which he was the architect of the InfiniPath low-latency InfiniBand HCA, used to build tightly-coupled supercomputing clusters. blekko's home-grown NoSQL database was designed from the start to support a web-scale search engine, with 1,000s of servers and petabytes of disk. Data replication is a very important part of keeping the database up and serving queries. Like many NoSQL database authors, we decided to keep R=3 copies of each piece of data in the database, and not use RAID to improve reliability. The key goal we were shooting for was a database which degrades gracefully when there are many small failures over time, without needing human intervention. Why don't we like RAID for big NoSQL databases? Most big storage systems use RAID levels like 3, 4, 5, or 10 to improve relia

4 0.97608221 1233 high scalability-2012-04-25-The Anatomy of Search Technology: blekko’s NoSQL database

Introduction: This is a guest post ( part 2 , part 3 ) by Greg Lindahl, CTO of blekko, the spam free search engine that had over 3.5 million unique visitors in March. Greg Lindahl was Founder and Distinguished Engineer at PathScale, at which he was the architect of the InfiniPath low-latency InfiniBand HCA, used to build tightly-coupled supercomputing clusters. Imagine that you're crazy enough to think about building a search engine.  It's a huge task: the minimum index size needed to answer most queries is a few billion webpages. Crawling and indexing a few billion webpages requires a cluster with several petabytes of usable disk -- that's several thousand 1 terabyte disks -- and produces an index that's about 100 terabytes in size. Serving query results quickly involves having most of the index in RAM or on solid state (flash) disk. If you can buy a server with 100 gigabytes of RAM for about $3,000, that's 1,000 servers at a capital cost of $3 million, plus about $1 million per year of serve

5 0.97503728 1637 high scalability-2014-04-25-Stuff The Internet Says On Scalability For April 25th, 2014

Introduction: Hey, it's HighScalability time: New World Record BASE jumping from World's Tallest Building. #crazy 30 billion : total Pinterest pins;  500,000,000 : What'sApp users (700 million photos and 100 million videos every single day); 1 billion : Facebook active users on phones and tablets. Quotable Quotes: @jimplush : Google spent 2.3 billion on infrastructure in Q1. Remember that when you say you want to be "the Google of something" Clay Shirky: I think one of the things that happened to the P2P market for infrastructure is that users preference for predictable pricing vs resource-sensitive pricing is so overwhelming that they will overpay to anyone who can promise flat prices. And because the logic of centralization vs decentralization is so price sensitive, I don't think there is any logical reason to assume a broadly stable class of apps, separate from c

6 0.97042769 1112 high scalability-2011-09-07-What Google App Engine Price Changes Say About the Future of Web Architecture

7 0.96868241 1330 high scalability-2012-09-28-Stuff The Internet Says On Scalability For September 28, 2012

8 0.96851641 1198 high scalability-2012-02-24-Stuff The Internet Says On Scalability For February 24, 2012

9 0.96764249 168 high scalability-2007-11-30-Strategy: Efficiently Geo-referencing IPs

same-blog 10 0.96759993 538 high scalability-2009-03-16-Are Cloud Based Memory Architectures the Next Big Thing?

11 0.96752751 1186 high scalability-2012-02-02-The Data-Scope Project - 6PB storage, 500GBytes-sec sequential IO, 20M IOPS, 130TFlops

12 0.96750557 1649 high scalability-2014-05-16-Stuff The Internet Says On Scalability For May 16th, 2014

13 0.96702582 1612 high scalability-2014-03-14-Stuff The Internet Says On Scalability For March 14th, 2014

14 0.96631211 1460 high scalability-2013-05-17-Stuff The Internet Says On Scalability For May 17, 2013

15 0.96624076 1589 high scalability-2014-02-03-How Google Backs Up the Internet Along With Exabytes of Other Data

16 0.96571565 1148 high scalability-2011-11-29-DataSift Architecture: Realtime Datamining at 120,000 Tweets Per Second

17 0.96540064 517 high scalability-2009-02-21-Google AppEngine - A Second Look

18 0.96484649 1431 high scalability-2013-03-29-Stuff The Internet Says On Scalability For March 29, 2013

19 0.96406525 849 high scalability-2010-06-28-VoltDB Decapitates Six SQL Urban Myths and Delivers Internet Scale OLTP in the Process

20 0.96293789 1600 high scalability-2014-02-21-Stuff The Internet Says On Scalability For February 21st, 2014