Mònade Dev Blog

Mònade Dev Blog

Follow
homeAbout Mònadenewslettermembers
Tag

MySQL

#mysql

More content

Read more stories on Hashnode


Articles with this tag

How to optimize DB writes in Ruby on Rails

Piero DottiPiero Dotti
Jul 6, 20224 min read

Foreword While read queries can heavily impact performance, writes too can do some damage. In this article, part 2 on our Rails Performance Series, we...

How to optimize DB writes in Ruby on Rails

How to optimize DB read operations in Ruby on Rails

Piero DottiPiero Dotti
Jun 22, 202210 min read

Premise Ruby on Rails is rarely seen as a framework oriented towards speed and performance. And that's true: Rails was born as a tool to speed up...

How to optimize DB read operations in Ruby on Rails