Add scaling databases post

This commit is contained in:
Kamran Ahmed
2020-04-03 12:01:15 +04:00
parent 299d0f3ada
commit 73c55a0eaa
4 changed files with 102 additions and 0 deletions

View File

@ -29,6 +29,16 @@
"updatedAt": "2020-03-14T15:48:21.191Z", "updatedAt": "2020-03-14T15:48:21.191Z",
"createdAt": "2020-03-14T15:48:21.191Z" "createdAt": "2020-03-14T15:48:21.191Z"
}, },
{
"title": "Scaling Databases",
"description": "Learn the ups and downs of different database scaling strategies",
"url": "/guides/scaling-databases",
"fileName": "scaling-databases",
"featured": true,
"author": "kamranahmedse",
"updatedAt": "2020-02-18T15:48:21.191Z",
"createdAt": "2020-02-18T15:48:21.191Z"
},
{ {
"title": "How does the internet work?", "title": "How does the internet work?",
"description": "Learn the basics of internet and everything involved with this short video series", "description": "Learn the basics of internet and everything involved with this short video series",

View File

@ -0,0 +1,5 @@
The chart below aims to give you a really basic understanding of how the capability of a DBMS is increased to handle a growing amount of load.
![](/guides/scaling-databases.svg)
Here is the [original tweet](https://twitter.com/kamranahmedse/status/1234209674003611650) where this image was posted.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.4 MiB