Add Redshift + Materialized Views

Fix Cassaandra Classification
This commit is contained in:
Marcelo Boeira
2021-04-06 15:08:08 +02:00
parent afef197483
commit 85839d9f04
3 changed files with 58 additions and 48 deletions

View File

@@ -33,15 +33,18 @@ graph TD
DBT --> DBTR[Replication]
DBT --> DBTX[Sharding]
DB --> SQL[SQL]
SQL --> PgSQL
SQL --> MySQL
SQL --> Cassandra
SQL --> rSQL[Row-oriented]
rSQL --> PgSQL
rSQL --> MySQL
SQL --> cSQL[Column-oriented]
cSQL --> Redshift
DB --> NoSQL[NoSQL]
NoSQL --> KV[KeyValue]
KV --> Rd[Redis]
NoSQL --> DoS[DocumentStore]
DoS --> Mng[Mongo]
DoS --> ES[ElasticSearch]
NoSQL --> CS[Cassandra]
SW --> LD[Ledgers]
SW --> DSi[Distributed Systems]