Skip to content

performance degradation after Redshift maintenance

0

Our redshift cluster was recently upgraded to 1.0.69065 and we instantly noticed decreased performance for large queries. After investigating and determining no other changes were made we rolled back and saw instant improvements of up to 45%. I've deferred maintenance for now, but at some point we'll need to move forward with the update. Release notes don't mention any features we're heavily using.

Any pointers on what the cause may be or how to mitigate it?

Query Duration Graph

2 Answers
1
Accepted Answer

I would recommend opening a support case to determine if this is a known issue. Perhaps there is post-upgrade integrity checks that run for a period or such.

Cross Ref: https://repost.aws/questions/QU5L3c0MRASSCZx0euQzlyDA/after-a-redshift-s-maintenance-my-queries-are-too-slow

AWS
EXPERT

answered 2 years ago

EXPERT

reviewed 2 years ago

1

Hello.

Is it possible to check something like "STL_ALERT_EVENT_LOG" to find queries that seem to be slow after the update?
This table seems to record query information that may indicate a performance problem, so you may be able to find the query that is causing the problem.
https://docs.aws.amazon.com/redshift/latest/dg/r_STL_ALERT_EVENT_LOG.html

EXPERT

answered 2 years ago

EXPERT

reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.