Oct. 4, 2010
10:58 a.m.
On 26.09.2010 23:46, Randal L. Schwartz wrote:
"Mariano" == Mariano Martinez Peck <marianopeck@gmail.com> writes:
Mariano> Hi. Can someone with experience in "No-SQL" databases explain me the Mariano> differences/advantages over a RDBMS and doing something like:
Mariano> create table database (key varchar() , value varchar() )
I've given a talk a few times about "forget the ORM". The slides are up on http://www.slideshare.net/RandalSchwartz/forget-the-orm
The key thing that separates a lot of these newer databases is that you can't have all three of consistency, availability, and performance at once...
Uhm, the P in CAP does not stand for performance. For more information see [1] [1] http://www.xtranormal.com/watch/6995033/ Cheers Philippe