Add database connection post
This commit is contained in:
@@ -199,6 +199,8 @@ For instance, take into account the snaptshot above. If you already know how to
|
|||||||
* [Introduction to Sharding - B's March (MongoDB Focused)](https://www.youtube.com/watch?v=4upppuW7lGE) 📼 🆓
|
* [Introduction to Sharding - B's March (MongoDB Focused)](https://www.youtube.com/watch?v=4upppuW7lGE) 📼 🆓
|
||||||
* [Sharding & Database Partitioning | System Design Basics](https://www.youtube.com/watch?v=RynPj8C0BXA) 📼 🆓
|
* [Sharding & Database Partitioning | System Design Basics](https://www.youtube.com/watch?v=RynPj8C0BXA) 📼 🆓
|
||||||
* [System Design - Sharding | Data Partitioning](https://www.youtube.com/watch?v=yNrVexoEnFM) 📼 🆓
|
* [System Design - Sharding | Data Partitioning](https://www.youtube.com/watch?v=yNrVexoEnFM) 📼 🆓
|
||||||
|
* Operating
|
||||||
|
* [Your Database Connection Deserves A Name - Andy Grunwald](https://andygrunwald.com/blog/your-database-connection-deserves-a-name/) 📰 🆓
|
||||||
* SQL
|
* SQL
|
||||||
* Row-based
|
* Row-based
|
||||||
* PostgreSQL
|
* PostgreSQL
|
||||||
|
|||||||
@@ -43,6 +43,7 @@ graph TD
|
|||||||
DBT --> DBTS[Scaling]
|
DBT --> DBTS[Scaling]
|
||||||
DBT --> DBTR[Replication]
|
DBT --> DBTR[Replication]
|
||||||
DBT --> DBTX[Sharding]
|
DBT --> DBTX[Sharding]
|
||||||
|
DBT --> DBTO[Operating]
|
||||||
DB --> SQL[SQL]
|
DB --> SQL[SQL]
|
||||||
SQL --> rSQL[Row-oriented]
|
SQL --> rSQL[Row-oriented]
|
||||||
rSQL --> PgSQL
|
rSQL --> PgSQL
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 289 KiB After Width: | Height: | Size: 289 KiB |
Reference in New Issue
Block a user