diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2008-04-16 18:02:09 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2008-04-16 18:02:09 +0000 |
commit | 1069360cde5852c44d8a82704847d97649680bea (patch) | |
tree | 6b899c8e04906e6025359b3c94f2375670d159a3 /src/site/fml | |
parent | 55592e3b49b4353b855af422b3507f8f95640a99 (diff) | |
download | jackcess-1069360cde5852c44d8a82704847d97649680bea.tar.gz jackcess-1069360cde5852c44d8a82704847d97649680bea.zip |
add some documentation on large index support (#1564870)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@330 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/site/fml')
-rw-r--r-- | src/site/fml/faq.fml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index a2c6194..d5ee93f 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -187,6 +187,20 @@ </ul> </answer> </faq> + + <faq id="bigindex"> + <question>Why am I getting an UnsupportedOperationException (or + IOException) when updating an indexed table?</question> + <answer> + Previously index update support only handled tables with small numbers + of rows. When the index size limit was reached an + UnsupportedOperationException (or possibly an IOException) was thrown. + As of the 1.1.14 release, experimental, optional large index support + has been added. This support is disabled by default but can be + enabled via a few different means. Please see the <a href="apidocs/com/healthmarketscience/jackcess/Database.html">Database javadocs</a> + for details on enabling large index support. + </answer> + </faq> <faq id="hms"> <question>Who is Health Market Science?</question> |