balmbees / dynamo-types

Typescript AWS DynamoDB ORM
231 stars 18 forks source link

Feature/read consistency #11

Closed breath103 closed 6 years ago

breath103 commented 6 years ago

DynamoDB has concept of "Eventually Consistent" / "Strongly Consistent" AWS Docs as a default, it's eventually consistent. mostly we don't really need to think about this, but it seems like card-interest caching problem is actually caused by this. so to have execute read queries in Strongly Consistent manner.

nihsmik commented 6 years ago

아 이게 그 관심사 몇개가 최초에는 안 보인다는 그 문제의 원인이었군요

breath103 commented 6 years ago

확실한건 아니에요.writing form 에서 카드가 저장되기 전에 새로 카드를 로딩해버리는 버그도 있고 해서