Add PgSQL Vacuumm links

This commit is contained in:
Marcelo Boeira
2021-10-05 13:05:37 +02:00
parent c6dabab139
commit b4a54b985e
3 changed files with 9 additions and 0 deletions

View File

@@ -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