You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
35
36
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
0 commit comments