Two common database mistakes
By Maxime Biais, Saturday 1 March 2008 at 15:36 :: Misc :: #62 :: rss
A really well explained post about 2 database mistakes
Mistake #1: treating a database as a dumb object store. This is a really popular idea right now- Hibernate does this, as does Ruby on Rails, and a number of other ORM packages take this effective approach. On the other hand, dynamically typed languages are also really popular.
[...]
Mistake #2: file formats (and this includes marshalled data structures), are wire protocols, and need to be designed to be as abstract as possible- to reveal as little about the internal structure of the program as possible (preferrably none at all).
[...]



Comments
No comment.
Write your comment