Rails doesn't scale because RI/transactions in app not db!!!

I'm certainly no expert, but I read a presentation by Bruce Tate on the architecture of eBay (probably presented at one conference or another). They basically decided to implement the RI and constraints in the application, rather than the database, for performance reasons. He says their application layer is very carefully written to prevent corrupting the data.

n

Cs Sn wrote: