<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:php="http://php.net/xsl" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns="http://purl.org/rss/1.0/">
  <channel rdf:about="http://l4x.org">
    <title>l4x.org</title>
    <link>/Story//rss10.xsl/frontpage/proto</link>
    <description>l4x.org</description>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="/26896"/>
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="/26896">
    <title>New "INSERT only" backend for CMS</title>
    <link>/26896</link>
    <content:encoded>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.</content:encoded>
    <dc:date>Thu, 01 Jan 1970 01:00:00 +0100</dc:date>
    <dc:creator/>
  </item>
</rdf:RDF>
