Databases Flashcards
SQL Server, Oracle, MySQL, PostgreSQL, MariaDB and Amazon Aurora are examples of what database type?
RDS (Relational Database Service)
______ databases are best for OLTP (Online Transition Processing) Workloads like processing lots of small transactions like customer orders, banking transactions, payments, and bookkeeping systems.
RDS (Relational Database Service)
True or False. RDS is most suitable for OLAP (Online Analysis Processing).
False.
______ is most suitable for OLAP tasks, like analyzing large amounts of data, reporting and sales forecasting.
Redshift
True or False. Read replicas are primarily used for scaling, and disaster recovery.
Read Replicas are not suitable for disaster recovery
________ a read-only copy of your primary database in the same availability zone, cross-AS or cross-region that is used to increase or scale read performance.
Read Replicas
______ is an exact copy of your production database in another availability zone and is only used for disaster recovery.
RDS Multi-AZ
If you can’t, for some reason, create a read replica of your primary database, what is a likely cause?
You haven’t turned on automatic backups.
Amazon’s proprietary database.
It’s compatible with MySQL as well as PostgreSQL.
Aurora
_________ provides a relatively simple, cost-effective serverless database option for infrequent, intermittent, or unpredictable workloads.
Aurora Serverless
Aurora maintains ____ copies of your data in each Availability zone, with a minimum of 3 availability zones: so _____ copies of your data.
2, 3, 6
True or false? You can share Aurora snapshots with other AWS accounts.
True
3 types of replicas available with Aurora
Aurora Replicas, MySQL Replicas, PostgreSQL replicas.
True or False. Automated failover is only available with Aurora replicas.
True
Dynamo DB is stored on what type of storage?
SSD