Skip to content

Commit 26b555f

Browse files
authored
Merge pull request #31237 from benesch/0dt-docs
doc/user: remove maintenance window
2 parents 9e84fcc + 0209cb4 commit 26b555f

File tree

1 file changed

+12
-22
lines changed

1 file changed

+12
-22
lines changed

doc/user/content/releases/_index.md

Lines changed: 12 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ menu:
1010
---
1111

1212
We are continually improving Materialize with new features and bug fixes. We
13-
periodically release these improvements to your Materialize account. This page
13+
release these improvements to your Materialize account weekly. This page
1414
describes the changes in each release and the process by which they are
1515
deployed.
1616

@@ -24,29 +24,19 @@ and [documentation](https://materialize.com/docs/lts/).
2424

2525
## Schedule
2626

27-
Materialize upgrades all regions to the latest release each week according to
28-
the following schedule:
27+
Materialize upgrades all regions to the latest release each week. Materialize
28+
may occasionally deploy additional releases to fix urgent bugs as well.
2929

30-
Region | Day of week | Time
31-
--------------|-------------|-----------------------------
32-
aws/eu-west-1 | Wednesday | 2100-2300 [Europe/Dublin]
33-
aws/us-east-1 | Thursday | 0500-0700 [America/New_York]
34-
aws/us-west-2 | Thursday | 0500-0700 [America/New_York]
30+
When your region is upgraded, clients connected to the region will experience a
31+
short period of unavailability. During this period, connection requests may fail
32+
and queries may stall. Most regions experience less than 10 seconds of
33+
unavailability. Regions with a large number of database objects (i.e., sources,
34+
views, indexes, etc.) may experience a longer period of unavailability, but
35+
typically less than 30 seconds.
3536

36-
{{< note >}}
37-
Upgrade windows follow any daylight saving time or summer time rules
38-
for their indicated time zone.
39-
{{< /note >}}
40-
41-
Upgrade windows were chosen to be outside of business hours in the most
42-
representative time zone for the region.
43-
44-
Materialize may occasionally deploy unscheduled releases to fix urgent bugs as well.
45-
46-
You can find details about upcoming and current maintenance on the [status
47-
page](https://status.materialize.com). You can also use the [status page API](https://status.materialize.com/api) to programmatically access this information.
48-
49-
When your region is upgraded, you’ll experience just a few minutes of downtime. After the initial downtime, the new version of Materialize will begin rehydrating your indexes and materialized views. This takes time proportional to data volume and query complexity. Indexes and materialized views with large amounts of data will take longer to rehydrate than indexes and materialized views with small amounts of data. Similarly, indexes and materialized views for complex queries will take longer to rehydrate than indexes and materialized views for simple queries.
37+
We do not currently make public commitments about the precise timing of region
38+
upgrades. If you have specific needs around the timing of upgrades, please [file
39+
a support ticket](/support).
5040

5141
## Versioning
5242

0 commit comments

Comments
 (0)