Please enable JavaScript.
Coggle requires JavaScript to display documents.
Databases (Amazon RDS (Scaling Up and Out (Vertical: Adding Compute,…
Databases
Amazon RDS
simplifies the setup, operation and scaling of a relational DB
-
-
-
-
Supports 6 DB Engines: MySQL, PostgreSQL, MariaDB, Oracle, Microsoft SQL Server, Amazon Aurora
-
Backup and Recovery
-
Manual DB Snapshots: Initiated at any time, and frequently as desired
-
-
Scaling Up and Out
Vertical: Adding Compute, Memory or Storage resources to the DB
-
-
-
Amazon DynamoDB
Fully Managed NoSQL DB, fast and low latency performance
simplifies the HW provisioning, setup, configuration, replication, SW patching and cluster scaling of NoSQL DBs
-
-
-
Data Types: Scalar, Set, Document
-
Table Partitioning
-
as the number of items in a table grows, additional partitions can be added by splitting an existing partition
-
As requirements change, a partition can be splitted to acommodate more data
-
-
Amazon Redshift
Fast, powerful, fully managed, petabyte scale data warehouse service
-
-
-
-
Point-in-time snapshots can be created , they are stored internally in Amazon S3
-