Active Record Sharding
Distribute read and write queries to your database across several database servers to help with scaling
1.43
This gem allows you to use sharded databases with ActiveRecord. This also provides a interface for replication and for running migrations with multiples shards.
2019
2020
2021
2022
2023
2024
0.29
DbCharmer is a Rails plugin (and gem) that could be used to manage AR model connections, implement master/slave query schemes, sharding and other magic features many high-scale applications need.
2019
2020
2021
2022
2023
2024
0.22
ActiveRecord connection proxy for master/slave connections
0.09
ActiveRecord sharding extension
2019
2020
2021
2022
2023
2024
0.09
Connection proxy for ActiveRecord for single master / multiple slave database deployments
2019
2020
2021
2022
2023
2024
0.07
Sharding and replication support for ActiveRecord
2019
2020
2021
2022
2023
2024
0.02
Horizontal scaling for your Rails or Merb app. Built on ActiveRecord.