Keeping Your Database Simple and Fast
Werner Vogels (Amazon CTO) wrote " Keeping your database simple and fast is often difficult if you use higher level frameworks such as ActiveRecords in Ruby or Java object persistence technologies such as Hibernate. There is a lot of magic that is happening out of sight that you have no control over.".