0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

DynamoDBのオートスケーリングを実験してみた

0
Last updated at Posted at 2019-02-17

ちょうど5分ごとにスケールアップしていった。
負荷が止まって20分後にスケールダウンした。

image.png

5
37
53
76
109
156
225

と上がっていった。

実験方法

テーブルの設定は初期設定のまま。最小キャパシティ5で、70%でスケールアップする設定。

をつかって

# データを無限に生成してインポートし続ける
ruby generate_ldjson.rb | ruby ldjson2dynamodb.rb aoyama4 /dev/stdin

という感じで動かしてみた。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?