Non-Relational DBMS Design Resources
Posted
by Matt Luongo
on Stack Overflow
See other posts from Stack Overflow
or by Matt Luongo
Published on 2010-04-16T05:08:05Z
Indexed on
2010/04/16
5:13 UTC
Read the original article
Hit count: 347
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.
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 could also use something a bit more practical and detail-oriented, with real-world recommendations.
I'd like to defer staring at DBMS source for a while if I can. Any ideas?
© Stack Overflow or respective owner