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

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -