summaryrefslogtreecommitdiffstats
path: root/xdocs
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2007-04-25 20:22:00 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2007-04-25 20:22:00 +0000
commit0df6bc796d4e6a6f0485df2c9774ddab6cd3f7d1 (patch)
tree8a2829a707a319eca52674dc5be76db4a3a2a380 /xdocs
parent369bac8704527ccee22f8d843c203439cadfa6f3 (diff)
downloadjackcess-0df6bc796d4e6a6f0485df2c9774ddab6cd3f7d1.tar.gz
jackcess-0df6bc796d4e6a6f0485df2c9774ddab6cd3f7d1.zip
add faq entry for new autoSync option
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@142 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'xdocs')
-rw-r--r--xdocs/faq.fml16
1 files changed, 16 insertions, 0 deletions
diff --git a/xdocs/faq.fml b/xdocs/faq.fml
index 72c2a99..025f024 100644
--- a/xdocs/faq.fml
+++ b/xdocs/faq.fml
@@ -140,6 +140,22 @@
</answer>
</faq>
+ <faq id="speed">
+ <question>Why is jackcess so slow for large updates?</question>
+ <answer>
+ <p>
+ While there is much room for improvement in update speed, one factor
+ is whether or not all writes are automatically forced to disk. By
+ default, "autoSync" is enabled, which keeps the database file in a
+ more consistent state, but can be very slow for large updates.
+ Disabling "autoSync" can dramatically increase update speed, but
+ exceptions during update can leave the file in an unusable state.
+ So, modifying this option essentially trades off speed for
+ recoverability.
+ </p>
+ </answer>
+ </faq>
+
<faq id="hms">
<question>Who is Health Market Science?</question>
<answer>