I have run across a real doozie of a db design that I just have to share. It is an OLTP database but it starts with the notion that there are no updates or deletes. Everything is an Insert. If a change is made to an existing row a new one is inserted
Read More...