Why am I getting an UnsupportedOperationException (or IOException) when updating an indexed table?
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 Database javadocs for details on enabling large index support.
Related Questions
- What does the error message [Microsoft][ODBC Text Driver] Updating/Deleting data in a linked table is not supported by this ISAM mean?
- Why am I getting an UnsupportedOperationException (or IOException) when updating an indexed table?
- Does the QSM allow updating the retention times after performing column maintenance (Table B3)?