illmaticindustries / isucon13

0 stars 0 forks source link

DB定義変更履歴 #18

Open kosuke1012 opened 11 months ago

kosuke1012 commented 11 months ago

CREATE INDEX livestream_id ON livestream_tags (livestream_id);

kosuke1012 commented 11 months ago

CREATE TABLE latest_sha256 (user_id bigint NOT NULL PRIMARY KEY, sha varchar(256));

tagty commented 11 months ago

2台目

CREATE INDEX icons_user_id_idx ON icons (user_id);