<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ulf Wiger &#187; rdbms</title>
	<atom:link href="http://ulf.wiger.net/weblog/category/rdbms/feed/" rel="self" type="application/rss+xml" />
	<link>http://ulf.wiger.net/weblog</link>
	<description>Feuerworks Inc - @uwiger - ulf (at) feuerworks.com</description>
	<lastBuildDate>Fri, 12 Nov 2010 05:21:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>rdbms update</title>
		<link>http://ulf.wiger.net/weblog/2006/08/30/rdbms-update/</link>
		<comments>http://ulf.wiger.net/weblog/2006/08/30/rdbms-update/#comments</comments>
		<pubDate>Wed, 30 Aug 2006 20:22:38 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[rdbms]]></category>

		<guid isPermaLink="false">http://ulf.wiger.net/weblog/?p=5</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>Things have been quiet for some time, but lots of things have actually happened. </p>
<p>I found an excellent beta tester in Rudolph van Graan of <a href="http://www.patternmatched.com/home.html">Patternmatched Technologies</a>.</p>
<p> Rudolph has patiently waded through rdbms bugs, written test suites and excercised the code in quite demanding settings. From what I gather, things are now working quite well, and especially the ordered_set indexes of rdbms can prove to be a real performance booster.</p>
<p>We have yet to consolidate patches, but if anyone out there is interested in giving rdbms a spin, please know that you can get your hands on a much better version than the published one, if you only make yourself known.</p>
<p>Personally, I&#8217;ve been side-tracked in several ways. I picked up and moved to another city (Örebro), and started a new exciting programming project together with Joe Armstrong &#8211; the tuple store (we should announce a naming contest to find a better name&#8230;) We will continue to work on that in secret a while longer, until we have something that holds together well enough to show the rest of you.</p>
]]></content:encoded>
			<wfw:commentRss>http://ulf.wiger.net/weblog/2006/08/30/rdbms-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>rdbms 1.992</title>
		<link>http://ulf.wiger.net/weblog/2006/04/01/rdbms-1992/</link>
		<comments>http://ulf.wiger.net/weblog/2006/04/01/rdbms-1992/#comments</comments>
		<pubDate>Sat, 01 Apr 2006 21:44:31 +0000</pubDate>
		<dc:creator>Ulf Wiger</dc:creator>
				<category><![CDATA[Erlang]]></category>
		<category><![CDATA[rdbms]]></category>

		<guid isPermaLink="false">http://ulf.wiger.net/weblog/?p=4</guid>
		<description><![CDATA[I added an option to make it easier to integrate rdbms on top of an existing custom access module. I also fixed some small problems with the make files. The new version can be found here. I also made slight additions to the documentation.]]></description>
			<content:encoded><![CDATA[<p>I added an option to make it easier to integrate rdbms on top of an existing custom access module.</p>
<p>I also fixed some small problems with the make files.</p>
<p>The new version can be found <a href="http://ulf.wiger.net/rdbms/download/rdbms-1.992.tgz">here</a>.<br />
I also made slight additions to the <a href="http://ulf.wiger.net/rdbms/doc/rdbms.html">documentation</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ulf.wiger.net/weblog/2006/04/01/rdbms-1992/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Rdbms beta-testing</title>
		<link>http://ulf.wiger.net/weblog/2006/03/07/rdbms-beta-testing/</link>
		<comments>http://ulf.wiger.net/weblog/2006/03/07/rdbms-beta-testing/#comments</comments>
		<pubDate>Tue, 07 Mar 2006 16:47:51 +0000</pubDate>
		<dc:creator>Ulf Wiger</dc:creator>
				<category><![CDATA[Erlang]]></category>
		<category><![CDATA[rdbms]]></category>

		<guid isPermaLink="false">http://ulf.wiger.net/weblog/?p=2</guid>
		<description><![CDATA[First beta-test version of rdbms uploaded to Jungerl]]></description>
			<content:encoded><![CDATA[<p>I thought I&#8217;d use this blog to post temporary versions of the new &#8216;rdbms&#8217;.</p>
<p>The documentation for &#8216;rdbms&#8217; is incomplete, but what there is, you can read here:<br />
<a href="http://ulf.wiger.net/rdbms/doc/rdbms.html">rdbms.html</a></p>
<p>The old documentation, while now slightly outdated, actually describes some things<br />
better than the new docs (e.g. the semantics of referential integrity):<br />
<a href="http://ulf.wiger.net/rdbms/doc/rdbms-1_5.pdf">rdbms-1_5.pdf</a></p>
<p>For those who have trouble using sourceforge(*), you can download a copy of rdbms from here:<br />
<a href="http://ulf.wiger.net/rdbms/download/rdbms-1.991.tgz">rdbms-1.991.tgz</a></p>
<p>The code has been &#8220;de-jungerlified&#8221;, in that the Makefiles have been replaced with standalone counterparts; &#8216;make all&#8217; should work&#8230; at least on unix.</p>
<p>(*) Normally, you should fetch &#8216;rdbms&#8217; from <a href="http://jungerl.sourceforge.net">http://jungerl.sourceforge.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ulf.wiger.net/weblog/2006/03/07/rdbms-beta-testing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

