Please advice how did you do linear scale-up in your project? I'm stuck in the worst nightmare using Oracle database. Help! I can't make to the pub for more beer ...
We can scale our middle layer pretty easily. Just throw more cheap JBoss boxes into the mix. Database is a different story. Can't do much there. We replicate subsets of data into a smaller database, but that's more for fail-over than scalability.
+Casper Casper Have a flick through NoSQL Distilled. It'll give you a good overview of all the main kinds of NoSQL data stores that are kicking around and what kind are suited to certain kinds of problems, etc
Database is a different story. Can't do much there. We replicate subsets of data into a smaller database, but that's more for fail-over than scalability.
I never no which one they mean though ...
I will get a chance to have a look NoSQL Distilled book. Cheers.