4 Ways to Keep Your Database optimized for Ruby on Rails
The database is a vital component to a Rails website. Every single visit to Rails can cause one, two, or even a few hundred database queries to run. Multiply this by the number of visitors per day and the number of pages each visitor looks at and you can quickly see that database optimization is …