<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>jastram.de Blog - Databases</title>
    <link>http://jastram.de/blog/</link>
    <description>Commentary from a world citizen</description>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:michael@jastram.de" />
    <generator>Serendipity 1.3.1 - http://www.s9y.org/</generator>
    
    <image>
        <url>http://jastram.de/images/frame-michael.gif</url>
        <title>RSS: jastram.de Blog - Databases - Commentary from a world citizen</title>
        <link>http://jastram.de/blog/</link>
        <width></width>
        <height></height>
    </image>

<item>
    <title>In-Memory Databases</title>
    <link>http://jastram.de/blog/blog.php?/archives/2-In-Memory-Databases.html</link>
            <category>Databases</category>
    
    <comments>http://jastram.de/blog/blog.php?/archives/2-In-Memory-Databases.html#comments</comments>
    <wfw:comment>http://jastram.de/blog/wfwcomment.php?cid=2</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://jastram.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=2</wfw:commentRss>
    

    <author>micky@alum.mit.edu (Michael Jastram)</author>
    <content:encoded>
    &lt;br /&gt;
I used and got frustrated with in-memory databases.  I mainly use them for testing, although I can image using them for managing huge amounds of simple data as well (e.g. parsing a huge plain text file into a simple table).  Still, usually problems appear whis the SQL dialog.  Unless the in-memory test database is the same as the production database, there will be SQL dialect issues.  &lt;a href=&quot;http://martinfowler.com/bliki/InMemoryDatabase.html&quot; title=&quot;InMemoryDatabase&quot;&gt;Martin Fowler&lt;/a&gt; wrote about this problem before.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Thu, 29 Dec 2005 19:41:17 -0500</pubDate>
    <guid isPermaLink="false">http://jastram.de/blog/blog.php?/archives/2-guid.html</guid>
    
</item>

</channel>
</rss>