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











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - Database Or FIleServer</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Thu, 23 May 2013 04:23:55 -0400</pubDate>


    <item>

        <title>what's the r/w pattern?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=39466</link>

        

        
            <description><![CDATA[what is read against write operations balance? if read operations are frequent and write operations are less, you can consider posting your XML files on an apache server and read it from there using an input stream / url connection combination. apache...]]></description>
        

        <pubDate>Fri, 24 Mar 2006 09:00:05 -0500</pubDate>

        

        <jf:creationDate>Fri, 24 Mar 2006 09:00:05 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 24 Mar 2006 09:00:05 -0500</jf:modificationDate>
        <jf:date>Mar 24, 2006</jf:date>
        <jf:author>Emil Kirschner</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>It depends</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=39466</link>

        

        
            <description><![CDATA[If there are no a lot of changes in a database both solutions would had a very close performance because data will be cached in a memory by a operating disk buffer or by a database or a database layer in your application. But if you had a lot of changes...]]></description>
        

        <pubDate>Sat, 18 Mar 2006 17:49:51 -0500</pubDate>

        

        <jf:creationDate>Sat, 18 Mar 2006 17:49:51 -0500</jf:creationDate>
        <jf:modificationDate>Sat, 18 Mar 2006 17:49:51 -0500</jf:modificationDate>
        <jf:date>Mar 18, 2006</jf:date>
        <jf:author>Konstantin Solomatov</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Database Or FIleServer</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=39466</link>

        

        
            <description><![CDATA[Anirban, <br><br>GemFire's Distributed Caching product from GemStone offers a highly optimized memory/disk storage solution for XML (called GFX).  This includes both optimized DOM representations (faster parsing, faster XPath querying, and lower memory...]]></description>
        

        <pubDate>Thu, 16 Mar 2006 11:25:04 -0500</pubDate>

        

        <jf:creationDate>Thu, 16 Mar 2006 11:25:04 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 16 Mar 2006 11:25:04 -0500</jf:modificationDate>
        <jf:date>Mar 16, 2006</jf:date>
        <jf:author>Gideon Low</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Database Or FIleServer</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=39466</link>

        

        
            <description><![CDATA[If your application is clustered, using a file systems may be an issue.  Is this a network based file system?<br><br>I've gone down the road of using file systems because of performance, but in the end learned the DB has proven to be the easiest to work...]]></description>
        

        <pubDate>Thu, 16 Mar 2006 09:18:08 -0500</pubDate>

        

        <jf:creationDate>Thu, 16 Mar 2006 09:18:08 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 16 Mar 2006 09:18:08 -0500</jf:modificationDate>
        <jf:date>Mar 16, 2006</jf:date>
        <jf:author>Rich Dredge</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Database Or FIleServer</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=39466</link>

        

        
            <description><![CDATA[Try a XMLDatabase like eXits or XMLDBBerkeley]]></description>
        

        <pubDate>Thu, 16 Mar 2006 06:28:54 -0500</pubDate>

        

        <jf:creationDate>Thu, 16 Mar 2006 06:28:54 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 16 Mar 2006 06:28:54 -0500</jf:modificationDate>
        <jf:date>Mar 16, 2006</jf:date>
        <jf:author>Santi Fern?ndez</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Database Or FIleServer</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=39466</link>

        

        
            <description><![CDATA[Hi,<br><br>The file count will always be greater than that. May be it can cross 10000 at some point of time.<br><br>But in that case also, if I maintain the index in a table. won't that be a faster approach? Since storing and retrieving are a bit more...]]></description>
        

        <pubDate>Thu, 16 Mar 2006 02:47:04 -0500</pubDate>

        

        <jf:creationDate>Thu, 16 Mar 2006 02:47:04 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 16 Mar 2006 02:47:04 -0500</jf:modificationDate>
        <jf:date>Mar 16, 2006</jf:date>
        <jf:author>Anirban Basu</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Database Or FIleServer</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=39466</link>

        

        
            <description><![CDATA[If that files count is less than 100 use file server otherwise use database. Performance will be always better with file-system if you can index the file-path i.e. something like ${DUMP_FOLDER}/${PK}.xml :-)<br><br>Since I don't know how will you use...]]></description>
        

        <pubDate>Thu, 16 Mar 2006 00:36:43 -0500</pubDate>

        

        <jf:creationDate>Thu, 16 Mar 2006 00:36:43 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 16 Mar 2006 00:36:43 -0500</jf:modificationDate>
        <jf:date>Mar 16, 2006</jf:date>
        <jf:author>Sudhaker Raj</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Database Or FIleServer</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=39466</link>

        

        
            <description><![CDATA[Hi,<br><br>I have a requirement of storing XML files. I was just wondering which approach will be better in performance front - Storing in database as a BLOB datatype column or keeping the file in a file server?<br><br>Can anybody please suggest me the...]]></description>
        

        <pubDate>Wed, 15 Mar 2006 23:51:59 -0500</pubDate>

        

        <jf:creationDate>Wed, 15 Mar 2006 23:51:59 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 15 Mar 2006 23:51:59 -0500</jf:modificationDate>
        <jf:date>Mar 15, 2006</jf:date>
        <jf:author>Anirban Basu</jf:author>
        <jf:replyCount>7</jf:replyCount>
    </item>



</channel>
</rss>

