Postgresql

postgresqlと複合indexとiowait

rails4.2.0muninを見ているとぺろぺろあんてなのサーバでiowaitが徐々に増えていることに気がついてスロークエリを探しました。 最近https://twitter.com/prprantena に1時間起きで取り込んだ記事を垂れ流すようにしたのでそのネットワークioかと思ったんで…

migrateでコケた原因はPostgresqlでリストアでエラーになってたからだった

$ psql -U postgres -d prpr-antena_development < dump . . . ERROR: cannot drop schema public because other objects depend on it DETAIL: table regions depends on schema public table prefectures depends on schema public HINT: Use DROP ... CAS…