Ruby on rails active-record generated SQL on Postgres

Posted by jpartogi on Stack Overflow See other posts from Stack Overflow or by jpartogi
Published on 2010-05-09T08:50:56Z Indexed on 2010/05/09 8:58 UTC
Read the original article Hit count: 289

Dear all,

Why does Ruby on rails generated more queries in the background on Postgres than MySQL? I haven't tried deploying Rails on production with Postgres yet, but I am just afraid this generated queries would affect the performance. Do you find Rails with Postgres is slower than MySQL, knowing that it produce more query on the background? Or it is relatively the same?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about postgresql