Subj : Re: Writing a Database Management System in C++ To : comp.programming From : Randy Howard Date : Fri Aug 26 2005 03:03 am mkwright@gmail.com wrote (in article <1125020111.977966.325390@f14g2000cwb.googlegroups.com>): > ok....... but anyways, anyone know a good source to look at to get > details into writing a DBMS? > Are you supposed to develop the underlying database internals yourself, or build something on top of an existing one? For example, can you write to the MySQL development API, or something similar and build an application to manage a database of some specific type (like a book library), or are you responsible for developing the indexing, tables, queries, file operations to store and retrieve, handle concurrent requests, etc. IOW, show us your homework problem. :-) -- Randy Howard (2reply remove FOOBAR) .