On Wed, Jun 21, 2023 at 1:52 AM Rao, Amit <[email protected]> wrote: > > Thanks Nick , > > I did set up Global AWS RDS Aurora MySQL which supports write to master from > other region replica but for that I need to set below properties before any > insert > > set aurora_replica_read_consistency = 'eventual'; > > is there a way we can add above SQL command before every execute ?
You can, you just have to modify the code to do it. Also, it seems like, rather than setting it before every SQL command there ought to be a way to do it at the session level for the entire DB connection. But, again, I'm not all that familiar with those environments, particularly JDBC connectivity. -Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
