Please enable JavaScript.
Coggle requires JavaScript to display documents.
M4 RDS P1 Arc (consider (strict schema pt ? (or example, a database might…
M4 RDS P1 Arc
consider
-
-
-
durability
he storage provisioned to your DB instance for your primary data is located within a single Availability Zone. When your database is backed up, the backup data (including transactions logs) is geo-redundantly replicated across multiple Availability Zones to provide even greater levels of data durabilit
-
strict schema pt ?
or example, a database might define a customer record as a customer id, a name, and the date the record was created.
-
-
set of rules about the structure of a database. They are used to help maintain data quality,
-
-
-
-
-
-
Neptune
based on graph database
Exmaple: social network, restaurant receommendation based on location
-
Maintenance
-
Ec2 maintenance ?
ou can use the scheduled events to manage reboots on your own schedule if you want to reboot before the scheduled update window. You can easily view any upcoming scheduled events for your instances in the AWS Management Console
-
-
-
-
On-Prem AD or AWS AD
Non-relational
Basic
Consists of table, items and attribute
Table no need fixed schema, no need colum and row
-
-
-
primary key pt ?
2 type of primary key
- partion key and sort key (Composite key)
-
-
-
-
-
IN TABLE THAT ONLY HAVE PARTITION KEY, No 2 items can have same partition key value
-
-
Index pt ?
-
2 type
local secondary index
Must be create when create table,
-
-
-
-
Aurota global
An Aurora global database spans multiple AWS Regions, enabling low latency global reads and
-
○ Consists of one primary AWS Region where your data is mastered, and one read-only, secondary
-
-
-
-
-
-
-