1
1

More than 5 years have passed since last update.

laravel-dynamodb の find() は強い整合性での Read しかできない

Posted at

はじめに

強い整合性/結果整合性って何?という人はAWS 公式 FAQの「Amazon DynamoDB の整合性モデルとは何ですか?」を参照。

本題

2018/02/20現在、laravel-dynamodbにおける find() は強い整合性での Read しかできない。

$query'ConsistentRead'true で決め打ちになっている。

get() の場合は?

指定した条件によって内部で find() が使われない限りは結果整合性での Read になるよう?(ちょっと自信なし)

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1