Maintain uptime with Amazon Aurora during re-indexing?

0

When you run REINDEX VERBOSE INDEX <index-name>;., is it possible to do this on one AZ at a time, or some other way of maintaining up time throughout the process? Would you need a multi-master cluster for this to be possible?

This would suggest so:

With a multi-master cluster, your application can redirect write operations from the failed DB instance to any other DB instance in the cluster.

I wasn't sure by reading this maintenance doc.

AWS
asked a year ago30 views
No Answers

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.

Guidelines for Answering Questions