DML statements may fail while updating an index
Details
| Detail name | Value |
|---|---|
| Changelog Number | 11695 |
| Type | Bug |
| Status | Resolved |
| Affected Versions | Exasol 7.0.0 |
| Fix Versions | Exasol 7.0.9 |
| Resolution Date | 2021-04-19 |
Description
In very rare cases DML statements may fail with an internal server error while updating an index.
Workaround
Recreate the index by using the following statement:
REORGANIZE TABLE <table-name> ENFORCE;
Fix
The DML statement does not fail