2022-08-11から1日間の記事一覧

{EC2}スポットフリート

AWS

https://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/spot-fleet.htmlhttps://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/work-with-spot-fleets.html#create-spot-fleet -- 1. コマンド等のインストール -- 1.1 aws cli version 2 インス…

SQLチューニング(パーティションワイズ結合)

DB

hashパーティションパーティション数=10100万件と1000万件のテーブルを作成 MySQL (8.0.29) drop table tab1;create table tab1(col1 int)partition by hash(col1)(partition p00, partition p01, partition p02, partition p03, partition p04, partition p…