fix: improve performance on reports log queries (#26416)

This commit is contained in:
Daniel Vaz Gaspar
2024-01-15 19:04:44 +00:00
committed by GitHub
parent c947be356c
commit 2f3bb5b169
3 changed files with 76 additions and 0 deletions

View File

@@ -31,6 +31,8 @@ assists people when migrating to a new version.
### Potential Downtime
- [26416](https://github.com/apache/superset/pull/26416): adds 2 database indexes to report_execution_log and 1 to report_recipient to improve performance, this may cause downtime on large deployments.
### Other
- [24982](https://github.com/apache/superset/pull/24982): By default, physical datasets on Oracle-like dialects like Snowflake will now use denormalized column names. However, existing datasets won't be affected. To change this behavior, the "Advanced" section on the dataset modal has a "Normalize column names" flag which can be changed to change this behavior.