We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bulk insertの数を1000から限界値の65535に近い値にする。
kakeruのスループットを安定させたい https://sunrise201911-team-c-kakeru-report.s3-ap-northeast-1.amazonaws.com/hakaru-1043865531.ap-northeast-1.elb.amazonaws.com%3A80/20191104-1432/report.html#stats
現状、kakeruのスループットが安定していない。 考察としては、hakaruのresponse timeが遅いので、これ以上負荷を上げられていないのでは?という話になった。
こっちも同じ原因、考察のもと行っている。 #33
insertの回数が単純に減るのでresponseタイムが改善するのではないか。
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
アプローチ
bulk insertの数を1000から限界値の65535に近い値にする。
なぜやるのか?
kakeruのスループットを安定させたい
![image](https://user-images.githubusercontent.com/38277210/68101705-5316ad00-ff12-11e9-8f6f-323a5fc065ef.png)
https://sunrise201911-team-c-kakeru-report.s3-ap-northeast-1.amazonaws.com/hakaru-1043865531.ap-northeast-1.elb.amazonaws.com%3A80/20191104-1432/report.html#stats
現状、kakeruのスループットが安定していない。
考察としては、hakaruのresponse timeが遅いので、これ以上負荷を上げられていないのでは?という話になった。
こっちも同じ原因、考察のもと行っている。
#33
想定インパクト
insertの回数が単純に減るのでresponseタイムが改善するのではないか。
モニタリング項目
モニタリング項目
The text was updated successfully, but these errors were encountered: