Tagged Questions

1
vote
3answers
248 views

Java Database Connection Pool for multiple databases (Shards)

Hello, I was wondering what the best technique for implementing a DB connection pool for a web application which uses shards. From what I can tell most (all?) open-source implemen …
6
votes
5answers
1k views

Database sharding and Rails

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 proxy …