Databases Flashcards
What 6 relational databases are available with AWS RDS?
SQL server, PostregreSQL, Oracle, MariaDB, MySQL, Aurora
What does OLTP stand for?
Online transaction processing
What is OLTP?
OLTP is the processing of data from transactions in real time
What does OLAP stand for?
Online analytical processing
What is OLAP?
OLAP is the processing of complex queries to analyze historical data
What does Multi-AZ RDS do?
Creates an exact copy of production database in another AZ
What is a read replica?
a read-only copy of your database
Can read replicas be cross region?
Yes
Why don’t read replicas have its own DNS end point?
It does
Can read replicas be promoted to their own databases?
Yes
What specific setting is required for read replicas to be enabled?
Automatic backup
How many read replicas can you have per database?
5
What is Amazon Aurora?
a MySQL and PostgreSQL compatible relational database engine that combines the speed and agility of high end commercial databases with the simplicity and cost effectiveness of open source databases
How much space does Aurora start with?
10 GB
How many copies are of your data are guaranteed with Aurora? How is this composed?
6 copies. 2 copies in 3 AZ
Is the Aurora database self-healing?
Yes
In what platforms can you have replicas?
Aurora, MySQL, PostgreSQL
Are backups automated for Aurora?
Yes
How much do backups impact Aurora database performance?
Not at all
What is Aurora serverless?
An on-demand auto scaling configuration for the MySQL and PostgreSQL compatible editions of Aurora.
What are the benefits of Aurora Serverless DB Cluster?
An Aurora DB cluster automatically starts up, shuts down, and scales capacity up or down based on your applications needs
What are Aurora serverless use cases?
When you need a relatively simple, cost effective option for infrequent or unpredictable workloads
Can you share your Aurora snapshots with other accounts?
Yes