dynamoDB Calculations Flashcards

1
Q

What is a Read Capacity Unit (RCU) in DynamoDB?

A

A Read Capacity Unit (RCU) represents the capacity to perform one strongly consistent read request per second for an item up to 4KB in size, or two eventually consistent read requests per second.

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

How is the RCU calculated for transactional reads?

A

For transactional reads, 2 RCUs are consumed for one transactional read request for an item up to 4KB in size.

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

How is the RCU calculated for items larger than 4KB?

A

For items larger than 4KB, the RCU is calculated by dividing the total item size by 4KB and rounding up to the nearest whole number.

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

What is a Write Capacity Unit (WCU) in DynamoDB?

A

A Write Capacity Unit (WCU) represents the capacity to perform one standard write request per second for an item up to 1KB in size.

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

How is the WCU calculated for transactional writes?

A

For transactional writes, 2 WCUs are consumed for one transactional write request for an item up to 1KB in size.

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

How is the WCU calculated for items larger than 1KB?

A

For items larger than 1KB, the WCU is calculated by dividing the total item size by 1KB and rounding up to the nearest whole number.

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