1
votes

I am wondering if Amazon Dynamodb Global secondary indexes can be used for a realtime application with very heavy writes. Ex: Chat application. where global secondary indexes need to be updated in sub-millisecond latency as soon the main table write/update is done. Would that be possible?

1

1 Answers

0
votes

With those requirements, at this time, no. While DynamoDB can handle VERY heavy write throughput, the data currently will replicate from the table to the GSI in single digit millisecond latency, not sub-millisecond. Just make sure you get your data model correct.