Posts Tagged ‘books’

Re: Edward Sciore – Database Design and Implementation

A review for Edward Sciores book on Database Design and Implementation.

It took me some time to get through the book but finally I read it ( well the most interesting parts of it). In general the book can be recommended to anyone who is interested in databases and has not too much knowledge in this topic. The first part of the book focusses on database design in terms of how to structure a database correctly and how to model relationships between objects. I was a little bit disappointed because I thought that database design focusses more on how to design the implementation.

Database Design and Implementation

The second part of the book is about implementing an actual database and which concepts are used. The implementation used here is based on the source code of SimpleDB that was developed for coursework and is featured in the book and can be freely downloaded. Anyhow again the technical foundation that is used here is good explained and easy to understand. Depending on the knowledge level of the reader this book is either a very good addition to the general coursework around database technology or not too deep enough. For me it was the latter one.

In any case the writing style of the book was very nice and very good to understand. I can recommend this book to anyone how is interested in database technology and is just about to start deep diving into this area. Additionally I think I can recommend this book to my students ( first part to the bachelor students, second part to the master students). But for clearly technical solutions on a deeper level I would go for other literature.

I could not resist – Founders at Work

Ein neues Buch für Martin.

Ich habe es mal wieder nicht geschafft an einem Buchladen vorbeizugehen ohne mir gleich ein Buch zu kaufen. Doch das Buch, dass ich mir gekauft habe, hat mich einfach zu sehr gereizt – es heisst “Founders at Work” und ist von Jessica Livingston.

In dem Buch geht es um die frühen Tage von diversen Startups und so wurden verschiedene Gründer befragt – unter anderem Steve Wozniak (Apple), Caterina Fake (Flickr) oder Joel Spolsky. Ich denke, ich werde nun immer mal ein Interview vor dem Einschlafen lesen und schauen wir mal ob ich danach schlauer bin.

New Readings: Edward Sciore – Database Design and Implementation

Due to my research at the HPI I’m currently working on implementing a database, well maybe not the next MySQL or DB2, but something more special. To get more familiar with this topic I just ordered the new Book of Edward Sciore called Database Design and Implementation. It is basically a learning book designed for students to learn how to implement and design a database, obviously. It arrived yesterday and in a few days / weeks I hope I can give you a review on that.