Click here to Skip to main content
15,889,096 members
Please Sign up or sign in to vote.
3.33/5 (2 votes)
See more:
I am familiar with Database Management Systems such as MySQL. I am primarily a C/C++ Programmer. I have always wondered what's going inside a DMBS, what's its architecture, how to design a one.

I searched google and amazon (for books) on how to create a DBMS in C/C++. But I ended up with some results like "Database design with Mysql..", which were totally about the SQL language and table design.

I just need a book, an article or any other source to begin with. Just some paper about Designing a Database Management System in C or C++.
Posted
Updated 8-Aug-13 20:57pm
v2

Design is one thing. It is abstract. Implementation is another. This book is a standard.

http://infolab.stanford.edu/~ullman/dscb.html[^]

This is it's precursor

http://www.csd.uoc.gr/~hy460/pdf/000.pdf[^]
 
Share this answer
 
Comments
H.Brydon 9-Aug-13 10:59am    
Nice links. +5
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900