English Learning
AWS SAA 学习笔记
无麸质饮食记录
08-RDS
type
status
date
slug
summary
tags
category
icon
password
- RDS: Relational Database System
- types
- sql server
- mysql
- oracle
- postgreSQl
- mariaDB
- aurora
- feature
- multi-AZ
- failover capability
- automated backups
- OLTP: used for online transaction processing
- RDS
- diff between OLAP:
- OLAP: online analytical processing
- take a long time to complete
- like redshift
- performance
- increate read performance
- read replicas
- read only copy
- not for disaster recovery
- Aurora
- relational DB
- 5 times better performance than MySQL and 3 time better than PostgreSQL
- 10GB start & 10G increments to 128T
- scale up to 96vcpus and 768 GB of memory
- 2 copy of data in each availability zone
- minimum of 3 availability zones
- at least 6 copies of data
- dynamoDB
- non-relational DB
- store on SSD
- spread across 3 geo distinct data centers
- eventually consistent reads(default)
- strongly consistent reads
- accelerator - DAX
- in memory cache
- 10x perf improvement
- transaction
- atomicity, consistency, isolation and durability - ACID
- backups
- point in time recovery is not enabled by default
- DocumentDB
- is a way to run mangoDB
- Apache Cassandra workloads with amazon keyspaces
- Cassandra
- distributed db
- nosql
- big data solutions
- keyspaces
- cassandra db service
- Amazon Neptune
- graph db
- Amazon Quantum Ledger DB
- QLDB
- immutable
- crypto currencies
- Amazon Timestream
- time-series data
Last update: 2024-04-04