Existing indicies are now used in Snapshot Mode execution
Details
| Detail name | Value |
|---|---|
| Changelog Number | 19101 |
| Type | Improvement |
| Status | Resolved |
| Fix Versions | Exasol 2025.1.3 |
| Resolution Date | 2025-09-17 |
Background
If a snapshot mode query required an index, it was always created.
Improvement
If an existing index exists and is of the correct version it will be used, rather than creating it anew. This results in reduced query execution times.