본문 바로가기

[DB]DataBase

[DB] Cloud Database Cheat Sheet

728x90
반응형

AWS,Azure,Google 과 오픈소스/써드파티의 DB 들을 Type에 따라 한개의 테이블로 정리

  • Structured
    • Relational : RDS, SQL DB, Cloud SQL, Oracle/PostgreSQL/MySQL/SQL Server
    • Columnar : Redshift, Synapse Analytics, BigQuery, Snowflake/ClickHouse
  • Semi Structured
    • Key Value : DynamoDB, Cosmos DB, BigTable , Redis/Scylla
    • In-Memory : ElastiCache, Azure Cache for Redis, MemoryStore, Redis/Memcached
    • Wide Column : Keyspaces, Cosmos DB, BigTable, Cassandra/Scylla
    • Time Series : Timestream, Time Series Insights, Bigtable/BigQuery, Influx, OpenTSDB
    • Immutable Ledger : Quantum Ledger DB, Confidential Ledger, CloudSpanner, HyperLedger Fabric
    • Geospatial : Keyspaces, Cosmos DB, BigTable, PostGIS/geomesa
    • Graph : Neptune, Cosmos DB, CloudSpanner, OrientDB/Dgraph
    • Document : DocumentDB, Cosmos DB, Firestore, MongoDB/Couchbase
    • Text Search : OpenSearch, Cognitive Search, CloudSearch, Elastic Search/Elassandra
  • Unstructured
    • Blob : S3, Blob Storage, Cloud Storage, Ceph/OpenIO
반응형

'[DB]DataBase' 카테고리의 다른 글

[DB] 그림으로 보는 NoSQL 종류  (0) 2024.03.10
[DB] DataGrip 유용한 단축키 10가지  (0) 2023.05.04
[DB] autocommit 설정  (0) 2023.04.17
[DB] NULL vs. Zero(0)  (0) 2023.04.15
[DB] Query Plan  (0) 2023.04.15