Remove extra logging of virtual schemas when selecting from system tables
Details
| Detail name | Value |
|---|---|
| Changelog Number | 21173 |
| Type | Bug |
| Status | Resolved |
| Affected Versions | Exasol 8.0.0 |
| Fix Versions | Exasol 8.29.0 |
| Resolution Date | 2024-07-12 |
Description
When the database selects from some system tables such as SYS.EXA_SCHEMAS, details for every virtual schema are written to the logs.
This logging is not intentional and if the database has many virtual schemas then it will make the logs grow quickly.
Workaround
There is no workaround.
Fix
The extra logging is removed.