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 jt...@apache.org on 2005/04/12 20:37:22 UTC

svn commit: r161085 - in incubator/derby/site/trunk: build/site/faq.html src/documentation/content/xdocs/faq.xml

Author: jta
Date: Tue Apr 12 11:37:22 2005
New Revision: 161085

URL: http://svn.apache.org/viewcvs?view=rev&rev=161085
Log:
Added FAQ entry for in-memory database feature on the To Do list.

Modified:
    incubator/derby/site/trunk/build/site/faq.html
    incubator/derby/site/trunk/src/documentation/content/xdocs/faq.xml

Modified: incubator/derby/site/trunk/build/site/faq.html
URL: http://svn.apache.org/viewcvs/incubator/derby/site/trunk/build/site/faq.html?view=diff&r1=161084&r2=161085
==============================================================================
--- incubator/derby/site/trunk/build/site/faq.html (original)
+++ incubator/derby/site/trunk/build/site/faq.html Tue Apr 12 11:37:22 2005
@@ -228,6 +228,11 @@
       Why do I get the error 'schema does not exist'?
       </a>
 </li>
+<li>
+<a href="#in_memory">2.9. 
+      Does Derby have a mode that causes it to run entirely in memory?
+      </a>
+</li>
 </ul>
 </li>
 </ul>
@@ -474,6 +479,23 @@
       try to SELECT from a table to see if it should be created or not, or
       when there is a problem with the sql for the very first object you try
       to create in a particular schema and no explicit CREATE SCHEMA was issued.
+      </p>
+</div>
+<a name="N100D4"></a><a name="in_memory"></a>
+<h4 class="faq">2.9. 
+      Does Derby have a mode that causes it to run entirely in memory?
+      </h4>
+<div align="right">
+<a href="#in_memory-menu">^</a>
+</div>
+<div style="margin-left: 15px">
+<p>
+      No, Derby does not support an in-memory mode, though a feature 
+      is on the <a href="DerbyToDo.html">To Do list</a>.
+      When this FAQ entry was written 
+      <a href="derby_mail.html">derby-dev@db.apache.org</a> list activity
+      indicated that the feature is not actively being worked on.
+      Check that mail list for current status.
       </p>
 </div>
 </div>

Modified: incubator/derby/site/trunk/src/documentation/content/xdocs/faq.xml
URL: http://svn.apache.org/viewcvs/incubator/derby/site/trunk/src/documentation/content/xdocs/faq.xml?view=diff&r1=161084&r2=161085
==============================================================================
--- incubator/derby/site/trunk/src/documentation/content/xdocs/faq.xml (original)
+++ incubator/derby/site/trunk/src/documentation/content/xdocs/faq.xml Tue Apr 12 11:37:22 2005
@@ -251,6 +251,21 @@
       </p>
       </answer>
     </faq>
+    <faq id="in_memory">
+      <question>
+      Does Derby have a mode that causes it to run entirely in memory?
+      </question>
+      <answer>
+      <p>
+      No, Derby does not support an in-memory mode, though a feature 
+      is on the <a href="DerbyToDo.html">To Do list</a>.
+      When this FAQ entry was written 
+      <a href="derby_mail.html">derby-dev@db.apache.org</a> list activity
+      indicated that the feature is not actively being worked on.
+      Check that mail list for current status.
+      </p>
+      </answer>
+    </faq>
 
   </faqsection>
 </faqs>