postgresql - Exclude table from amazon RDS multi az secondary DB sync -
i've got amazon rds postgres database, multi az option enabled.
there table extremely intense number of writes, volatile information. if information lost, wouldn't high damage (assuming happening never).
is possible exclude sincronization of table among main secondary database? if there problem main database, when secondary promoted main, table empty. idea reduce cost of sincronization.
amazon rds's multi-az feature works @ instance-level only. it's not possible selectively sync @ database level or table level.
if big concern, separate such tables onto different rds instance not multi-az.
Comments
Post a Comment