Scaling - Dynamic DB Flashcards

1
Q

How is DDB scaling measured?

A

Through throughput and a max item size of 400Kb of read/write units

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is max traffic per partition?

A

3K RCUs or 1K WCU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How does the partition key affect workload distribution?

A

The partition key port of the table’s primary key determines the logical location of data storage; input to an internal hash, output from the hash determines where the item will be stored

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are features of auto scaling for DDB?

A

uses target tracking for target utilization; currently does not scale down well;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is on-demand DDB Scaling?

A

more expensive alternative to auto scaling, useful for unanticipated loads, instances allocated as needed,

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is DDB Accelerator?

A

DAX is a HA, fully-managed, in-memory cache that sits in front of you DDB table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the use cases for DAX?

A

require fastest reads, read intensive scenarios, repeated reads against DDB, bad for write intensive apps and apps that use client caching

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a scaling policy?

A

specifies read/write capacity min/max of a table or global secondary index that will be triggered

How well did you know this?
1
Not at all
2
3
4
5
Perfectly