Graph Database - the natural way to persist data ?
RailsConf 2011 · Tuesday, May 17, 2011, 8:00pm
Posted 1 year ago by Neo4j
An SQL database is very flexible since it does not pre compute how the tables are related (joined). This flexibility comes at a price: you have to fit the domain model into tables, making synthetic constructs in the mapping layer necessary navigating relationships using SQL join operation can be very slow the mental model of your domain is lost when projecting it into tables and joins A graph... [read more]