Craig Kerstiens 3/6/2013

Simple database read scaling without sharding in rails

Read Original

This technical article explains how to scale read operations in a Ruby on Rails application without implementing full database sharding. It details using read-only replica databases (like Heroku Postgres followers) and the ar-octopus gem to direct specific models to read from replicas, improving performance by leveraging PostgreSQL's cache.

Simple database read scaling without sharding in rails

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week