The storage part in a graph databases is tricky (many to many relationships problem) and there is not that much information on how to handle that problem.
The other parts in a database such as transactions and ACID features works pretty much the same be it a graph database, key-value store or RDBMS/ODBMS (or at least the same techniques can be used). There is a vast amount of information available about these topics so if you can specify a bit more what you are interested in I may know some good article. -Johan On Sun, Mar 29, 2009 at 9:01 PM, afterstep 13 <[email protected]> wrote: > ok, thanks, > > i'm trying to learn how graph databases are implemented. > how they handle data storage and transactions etc. > I could not find any good books / articles on the topic, on my own. > > do you have any suggestions > > --pranabendu (afterstep13) > > On Sun, Mar 29, 2009 at 11:00 PM, Johan Svensson > <[email protected]>wrote: > >> Hi, >> >> There is currently no good documentation or explanation on Nioneo. I >> would suggest you have a look at the code in >> org.neo4j.impl.nioneo.store. >> ... _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

