You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ch...@apache.org on 2013/12/12 16:02:44 UTC

svn commit: r1550431 - in /db/derby/docs/branches/10.9/src: ref/rrefproperstatementcachesize.dita tuning/ctundepth32379.dita

Author: chaase3
Date: Thu Dec 12 15:02:43 2013
New Revision: 1550431

URL: http://svn.apache.org/r1550431
Log:
DERBY-4280  Property not documented - derby.language.statementCacheSize

Merged DERBY-4280-3.diff to 10.9 doc branch from trunk revision 1550425.

Modified:
    db/derby/docs/branches/10.9/src/ref/rrefproperstatementcachesize.dita
    db/derby/docs/branches/10.9/src/tuning/ctundepth32379.dita

Modified: db/derby/docs/branches/10.9/src/ref/rrefproperstatementcachesize.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/branches/10.9/src/ref/rrefproperstatementcachesize.dita?rev=1550431&r1=1550430&r2=1550431&view=diff
==============================================================================
--- db/derby/docs/branches/10.9/src/ref/rrefproperstatementcachesize.dita (original)
+++ db/derby/docs/branches/10.9/src/ref/rrefproperstatementcachesize.dita Thu Dec 12 15:02:43 2013
@@ -36,9 +36,6 @@ cache. Consider raising this number if s
 time.</p>
 <p>For more information on the statement cache, see "Using the statement cache"
 in <ph conref="../conrefs.dita#pub/cittuning"></ph>.</p>
-<p>Set this property to zero if you find that deadlocks are occurring when
-prepared statements become outdated. These deadlocks can happen in
-multi-threaded applications that alternate selects and updates.</p>
 </section>
 <section><title>Default</title>
 <p>100 statements.</p>

Modified: db/derby/docs/branches/10.9/src/tuning/ctundepth32379.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/branches/10.9/src/tuning/ctundepth32379.dita?rev=1550431&r1=1550430&r2=1550431&view=diff
==============================================================================
--- db/derby/docs/branches/10.9/src/tuning/ctundepth32379.dita (original)
+++ db/derby/docs/branches/10.9/src/tuning/ctundepth32379.dita Thu Dec 12 15:02:43 2013
@@ -86,10 +86,5 @@ precompiled statements which
 cache. Consider raising this number if statement preparation is taking too much
 time. See the <ph conref="../conrefs.dita#pub/citref"></ph> for more information
 on this property.</p>
-<p>A multithreaded database application that frequently alternates select and
-update statements can encounter deadlocks when a prepared statement becomes
-invalid or outdated. If your application becomes deadlocked under these
-circumstances, you can work around this problem by setting the value of the
-<i>derby.language.statementCacheSize</i> property to zero.</p>
 </conbody>
 </concept>