mysqlとpostgresqlで軽いベンチマークを行い, 有用性が高いようならmysqlへ乗り換える. - バージョン - mysql Ver 14.14 Distrib 5.6.24, for osx10.10 (x86_64) using EditLine wrapper - postgres (PostgreSQL) 9.4.1 - ベンチマーク手法 ApacheBenchmark ``` sh ab -k -c 5 -n 30 http://127.0.0.1/abilitysheet ``` - 比較対称ページ - http://127.0.0.1/abilitysheet/users - http://127.0.0.1/abilitysheet/logs/8594-9652/sheet - http://127.0.0.1/abilitysheet/logs/8594-9652/graph - モデルのデータ 2015/07/03時点の本番データ - 動作環境 nginx+unicornによるproduction環境
mysqlとpostgresqlで軽いベンチマークを行い,
有用性が高いようならmysqlへ乗り換える.
ApacheBenchmark
2015/07/03時点の本番データ
nginx+unicornによるproduction環境