<?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 Caching</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>Fri, 24 May 2013 23:14:14 -0400</pubDate>


    <item>

        <title>Re: Database Caching- CSQL Cache gives 20- 100 times performance</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32998</link>

        

        
            <description><![CDATA[If you want to cache tables which shall be modified also, then  result set based read only cache options may not solve your purpose....]]></description>
        

        <pubDate>Sun, 01 Jun 2008 12:54:51 -0400</pubDate>

        

        <jf:creationDate>Sun, 01 Jun 2008 12:54:51 -0400</jf:creationDate>
        <jf:modificationDate>Sun, 01 Jun 2008 12:54:51 -0400</jf:modificationDate>
        <jf:date>Jun 1, 2008</jf:date>
        <jf:author>Prabakaran Thirumalai</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Hibernate Caching</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32998</link>

        

        
            <description><![CDATA[Hi Erg, <br><br>If you are using Hibernate to do your database connectivity, we have an updated caching plug-in available for it. Coherence supports all four built-in Hibernate cache strategies.<br><br>Peace,<br><br>Cameron Purdy<br><a...]]></description>
        

        <pubDate>Thu, 22 Sep 2005 21:22:40 -0400</pubDate>

        

        <jf:creationDate>Thu, 22 Sep 2005 21:22:40 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 22 Sep 2005 21:22:40 -0400</jf:modificationDate>
        <jf:date>Sep 22, 2005</jf:date>
        <jf:author>Cameron Purdy</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Gemfire JDBC Interceptor</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32998</link>

        

        
            <description><![CDATA[Drop-in JDBC drivers allow you to cache resultsets. Most drop-in JDBC drivers however will not give you distributed caching under the covers. The best way to go about doing this is to first uncover the query patterns in your application. How often is the...]]></description>
        

        <pubDate>Tue, 30 Aug 2005 00:19:04 -0400</pubDate>

        

        <jf:creationDate>Tue, 30 Aug 2005 00:19:04 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 30 Aug 2005 00:19:04 -0400</jf:modificationDate>
        <jf:date>Aug 30, 2005</jf:date>
        <jf:author>Suds Menon</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Database Caching</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32998</link>

        

        
            <description><![CDATA[<blockquote>I'm after a little help regarding database caching.  I'm looking to improve the efficiency of a website that consists of many JavaServer pages, each one making several SQL queries.I've been told that database caching would improve the...]]></description>
        

        <pubDate>Mon, 29 Aug 2005 21:44:02 -0400</pubDate>

        

        <jf:creationDate>Mon, 29 Aug 2005 21:44:02 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 29 Aug 2005 21:44:02 -0400</jf:modificationDate>
        <jf:date>Aug 29, 2005</jf:date>
        <jf:author>Cameron Purdy</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Have you considered resultset caching</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32998</link>

        

        
            <description><![CDATA[Depending on how much of the querying is repetitive and with tools that allow you to characterize the rate of change of data in the underlying database, you can use resultset caching to give your apps some serious performance boost. Especially if you...]]></description>
        

        <pubDate>Mon, 22 Aug 2005 18:02:22 -0400</pubDate>

        

        <jf:creationDate>Mon, 22 Aug 2005 18:02:22 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 22 Aug 2005 18:02:22 -0400</jf:modificationDate>
        <jf:date>Aug 22, 2005</jf:date>
        <jf:author>Suds Menon</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Database Caching</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32998</link>

        

        
            <description><![CDATA[Just before you start adding database caching to your architecture, you must be able that the performance problems are in the database side. <br><br>You should consider performing serious QA testing: perform a load test (using any product such as...]]></description>
        

        <pubDate>Wed, 06 Apr 2005 15:10:04 -0400</pubDate>

        

        <jf:creationDate>Wed, 06 Apr 2005 15:10:04 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 06 Apr 2005 15:10:04 -0400</jf:modificationDate>
        <jf:date>Apr 6, 2005</jf:date>
        <jf:author>Jose Ramon Huerga Ayuso</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Use Bind Variable, Cursor Sharing, Stored Procedures</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32998</link>

        

        
            <description><![CDATA[To have a fast and scaleable database application, one will need to do at least two things: 1) use Bind variable, and 2) use cursor sharing.<br><br>A book may need to be written to explain the full details of these two concepts.<br><br>A quick way to use...]]></description>
        

        <pubDate>Tue, 05 Apr 2005 12:11:13 -0400</pubDate>

        

        <jf:creationDate>Tue, 05 Apr 2005 12:11:13 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 05 Apr 2005 12:11:13 -0400</jf:modificationDate>
        <jf:date>Apr 5, 2005</jf:date>
        <jf:author>john walton</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Database Caching</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32998</link>

        

        
            <description><![CDATA[Hi,<br><br>How do you access the database currently? are you using a EJB, or an O/R mapping like Oracle Toplink, or another persistence framework?<br>In most of the case if you are using a good persistence framework it will give you a way of caching your...]]></description>
        

        <pubDate>Fri, 01 Apr 2005 12:11:27 -0500</pubDate>

        

        <jf:creationDate>Fri, 01 Apr 2005 12:11:27 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 01 Apr 2005 12:11:27 -0500</jf:modificationDate>
        <jf:date>Apr 1, 2005</jf:date>
        <jf:author>Tugdual Grall</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Database Caching</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32998</link>

        

        
            <description><![CDATA[Hi all,<br><br>I'm after a little help regarding database caching.  I'm looking to improve the efficiency of a website that consists of many JavaServer pages, each one making several SQL queries.<br><br>I've been told that database caching would improve...]]></description>
        

        <pubDate>Thu, 31 Mar 2005 06:30:13 -0500</pubDate>

        

        <jf:creationDate>Thu, 31 Mar 2005 06:30:13 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 31 Mar 2005 06:30:13 -0500</jf:modificationDate>
        <jf:date>Mar 31, 2005</jf:date>
        <jf:author>Erg Galen</jf:author>
        <jf:replyCount>8</jf:replyCount>
    </item>



</channel>
</rss>

