Add PgSQL Vacuumm links
This commit is contained in:
@@ -219,6 +219,10 @@ For instance, take into account the snaptshot above. If you already know how to
|
||||
* [PostgreSQL Replication by example - Kobus Wolvaardt](https://www.youtube.com/watch?v=5BeC1aD4z8E) 📼 🆓 ⭐️
|
||||
* Monitoring
|
||||
* [Key metrics for Amazon RDS PostgreSQL monitoring](https://www.datadoghq.com/blog/aws-rds-postgresql-monitoring/) 📰 🆓
|
||||
* Operating
|
||||
* Vacuum
|
||||
* [Optimizing Storage and Managing Cleanup in PostgreSQL - Harshit Dwivedi](https://medium.com/coding-blocks/optimizing-storage-and-managing-cleanup-in-postgresql-c2fe56d4cf5) ⭐️ 📰 🆓
|
||||
* [Optimizing, monitoring, and troubleshooting VACUUM operations in PostgreSQL - GCP](https://cloud.google.com/solutions/optimizing-monitoring-troubleshooting-vacuum-operations-postgresql.pdf) 📰 🆓
|
||||
* MySQL
|
||||
* [Learn to stop using shiny new things and love MySQL](https://medium.com/@Pinterest_Engineering/learn-to-stop-using-shiny-new-things-and-love-mysql-3e1613c2ce14) 📰 🆓
|
||||
* [Tracking the Money — Scaling Financial Reporting at Airbnb](https://medium.com/airbnb-engineering/tracking-the-money-scaling-financial-reporting-at-airbnb-6d742b80f040) 📰 🆓
|
||||
|
||||
@@ -46,7 +46,12 @@ graph TD
|
||||
DB --> SQL[SQL]
|
||||
SQL --> rSQL[Row-oriented]
|
||||
rSQL --> PgSQL
|
||||
PgSQL --> rSQLRep[Replication]
|
||||
PgSQL --> rSQLOps[Operating]
|
||||
rSQLOps --> rSQLOpsVac[Vacuum]
|
||||
rSQL --> MySQL
|
||||
MySQL --> mSQLRep[Replication]
|
||||
MySQL --> mSQLOps[Operating]
|
||||
SQL --> cSQL[Column-oriented]
|
||||
cSQL --> Redshift
|
||||
DB --> NoSQL[NoSQL]
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 285 KiB After Width: | Height: | Size: 301 KiB |
Reference in New Issue
Block a user