Subscribe to RSS RSS

The Elastic DBMS Blog

December 26, 2010

Factors influencing database scalability

In the context of databases we often use terms like scalability, and speak of “scale-up” and “scale-out”. These terms are often misunderstood. In the previous post, we focused on the terms “Scale-Up” and “Scale-Out”, and in this post will talk about scalability. In the next post, we describe some common solutions to scalability problems.

There are a large class of database operations where the performance degrades rapidly as data volumes increase. For example, the worst case time to join two tables degrades exponentially as the size of the tables increases. [...]

scalability, scale-out, scale-up | Permalink | 0 Comments

December 18, 2010

Scalability in databases: Scale-Up vs. Scale-Out

This is the first of three posts that address the issue of Scalability in databases. In this post, we focus on the terms “Scale-Up” and “Scale-Out”, and the next post will discuss scalability itself, and the final post will describe some current solutions to scalability challenges.

In the context of databases we often use terms [...]

scalability, scale-out, scale-up | Permalink | 0 Comments

Take the next step