Lasse Dittmer

09/24/06 19:48:58 * admin
Lasse Dittmer, born 2006-08-23 20:25, 3530g.
Read More

New "INSERT only" backend for CMS

06/13/06 22:12:07 * admin
I've updated the storage engine of my cms to only make INSERTs and no UPDATEs on database level. Current objects are always retrieved by intelligent SELECTs. This has a number of convenient consequences, especially considering version tracking and history. Having lots of updates of course will bloat the database size. I'll have to find a solution for that. Also there will be problems with enabling/disabling stories and finding the correct version to display.
Read More