Skip to content

Commit

Permalink
move potential downtime section to next
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpark committed May 3, 2024
1 parent 520f145 commit 3e2c382
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion UPDATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ assists people when migrating to a new version.
listing all databases in CRUD-view and dropdown and didn't provide access to data as it
seemed the name would imply.

### Potential Downtime

- [27392](https://github.com/apache/superset/pull/27392): Adds an index to `query.sql_editor_id` to improve performance. This may cause downtime on large deployments.

## 4.0.0

- [27119](https://github.com/apache/superset/pull/27119): Updates various database columns to use the `MediumText` type, potentially requiring a table lock on MySQL dbs or taking some time to complete on large deployments.
Expand Down Expand Up @@ -80,7 +84,6 @@ assists people when migrating to a new version.
### Potential Downtime

- [26416](https://github.com/apache/superset/pull/26416): Adds two database indexes to the `report_execution_log` table and one database index to the `report_recipient` to improve performance. Scheduled downtime may be required for large deployments.
- [27392](https://github.com/apache/superset/pull/27392): Adds an index to `query.sql_editor_id` to improve performance. This may cause downtime on large deployments.

## 3.1.0

Expand Down

0 comments on commit 3e2c382

Please sign in to comment.