Databases Flashcards
In a relational database, what language is used to perform queries or lookups?
SQL
What type of database does NoSQL reflect?
Non relational database
In regards to database, what is meant by “schema”?
Basically, the shape of the data
What type of database offers a flexible schema?
non relational
The following are examples of what type of database?
Key-value, document, graph, in-memory, search databases
non relational
the following is an example of what type of database?
flexible (easy to evolve data model)
scalable - designed to scale out by using distributed clusters
high-performance - optimized for a specific data model
highly-functional - optimized for the data model
non relational
what does JSON stand for?
java script object notation
In the Shared Responsibility model, who is responsible for patching OS and database patching?
AWS
In the Shared Responsibility model, who is responsible for automated backup and restore, operations, and upgrades?
AWS
In the Shared Responsibility model, who is responsible for monitoring and alerts?
AWS
For RDS services, how is the storage managed?
EBS (gp2 or ioL)
Can you SSH into an RDS instance?
No
What are the two services you can utilize to create relational databases in AWS?
RDS or Aurora
This type of database is OLAP (analytics & data warehousing)
Redshift
What type of database is based on PostgreSQL but doesn’t use OLTP
Redshift
How often does Redshift load data?
every hour
Is RDS a single or multi-AZ service, and why?
multi-AZ, for data reliability (disaster recovery)
What type of replicas are provided for RDS, “read/write” or “read”?
read
what two types of query languages are supported by Amazon Aurora?
PostgreSQL and and MySQL
Aurora is ____ optimized
cloud
Aurora claims _x performance in PostgreSQL over RDS and _x performance in MySQL over RDS
3x and 5x
Aurora storage is adjusted
a. automatically
b. manually
a. automatically
Aurora storage is automatically incremented by __ GB up to a maximum of __ TB
10GB, 128TB
Which is more expensive, Aurora or Amazon RDS?
Aurora