Quantcast
Channel: Recent Writing - Mark Story
Viewing all articles
Browse latest Browse all 125

Using CakePHP and a Horizontally Sharded Database

$
0
0
One approach to scaling out a database for a multi-tenant application is to horizontally shard or partition the data by customer. This often takes the form of having multiple identical copies of an application’s schema in each shard. For example customer A’s data would be in shard 1, while customer C’s data would be in shard 2.

Viewing all articles
Browse latest Browse all 125

Trending Articles