PreviousNext

Scaling relational SQL databases

by bill-s, 2020-08-10T18:18:54.551Z

Many applications today still rely on traditional SQL databases like MySQL, MariaDb or PostgreSQL for data storage and data processing. With the growing amount of data and new workloads that are made with these database systems, we often find ourselves in situations where we need to think about scaling such systems.

Read More