python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Using millisecond timestamp as the global secondary index in DynamodDb for range queries?
We have a Dynamodb table Events with about 50 million records that look like this:
{
"id": "1yp3Or0KrPUBIC",
"event_time": 1632934672534,
"attr1" : 1,
"...
J-Deq87
Votes: 0
Answers: 2
GSI capacity mode will be on-demand when primary Table has on-demand capacity mode?
GSI capacity mode will be on-demand when primary Table has on-demand capacity mode?
I am not able to find this information on the AWS documentation. Though what I am able to find is: RCU and WCU(provi...
lowLatency
Votes: 0
Answers: 1