views:

85

answers:

1

Hey guys,

As a personal project, I'm looking to build a rudimentary DBMS. I've read the relevant sections in Elmasri & Navathe (5ed), but could use a more focused text- something a bit more practical and detail-oriented, with real-world recommendations- as E&N only went so deep.

The rub is that I want to play with novel non-relational data models. While a lot of E&N was great- indexing implementation details in particular- the more advanced DBMS implementation was only targeted to a relational model.

I'd like to defer staring at DBMS source for a while if I can until I've got a better foundation. Any ideas?

+1  A: 

First of all you have to understand the properties of each system. i can offer you to read this post. it's the first step to understand NOSQL or Not Only SQL.Secondly you can check this blog post to understand all these stuff visually.

Finally glance at open source projects such as Mongodb, Couchdb etc. to see the list you can go here

berkay