Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道 Amazon Dynamodb Global 二级索引是否可以用于写入量非常大的实时应用程序。例如:聊天应用程序。一旦主表写入/更新完成,全局二级索引需要在亚毫秒延迟内更新。那可能吗?
有了这些要求,在这个时候,没有。虽然 DynamoDB 可以处理非常高的写入吞吐量,但当前数据将从表复制到 GSI 的延迟时间只有个位数毫秒,而不是亚毫秒。只要确保你的数据模型是正确的。