Browse by Tags
All Tags »
Scalability »
XPO (
RSS)
Sorry, but there are no more tags available to filter with.
-
|
In my previous post I introduced the topic of database scalability using XPO. In that post we looked at a simple method of partitioning customers between two database servers, one covering customers in the north and the other covering customers in the...
|
-
|
Let’s say we have an application with the following (highly simplified) object model:- As you can see we have a Customer and a Customer’s Orders which we wish to persist to the database using XPO. This will work perfectly with 10, 100, 1,000, 10,000 orders...
|