Database sharding and Rails

前端 未结 6 1561
南方客
南方客 2021-02-02 01:35

What\'s the best way to deal with a sharded database in Rails? Should the sharding be handled at the application layer, the active record layer, the database driver layer, a pr

6条回答
  •  面向向阳花
    2021-02-02 02:09

    For those of you like me who hadn't heard of sharding:

    http://highscalability.com/unorthodox-approach-database-design-coming-shard

提交回复
热议问题