We are the tech members of Atrae Inc. This tech blog contains awesome information around tech of our concern. 遠矢です。 複数のDBをRailsから扱いたいときってありますよね。 今日はそんな「複数DB」についてですー 複数DBの種類テーブルを別のDBに分割する(DB分割)シャーディングmaster-slave 構成今日お話するのは「DB分割」に関してです。 前提あるDBで運用しているアプリの特定のモデルだけ別のDBで管理する実装方法1. database.ymlを書くもともとあるDBのdatabase.ymlはこんな感じだとして、 development: adapter: mysql2 encoding: utf8 reconnect: false database: data