Tuesday, February 20, 2018

What Are the Database Scalability Methods?

DZone Database Zone
What Are the Database Scalability Methods?
What Are the Database Scalability Methods?

Editor's Note: This is an excerpt of a larger white paper written by Craig Mullins that explores database scaling options. You can download the full white paper here.

Traditional Database Scalability Methods

Let's turn our attention to traditional methods for achieving scalability in database systems. Database scalability is often implemented by clustering. With clustering, multiple servers are used to serve database requests.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...