|
From: Robert N. <rob...@gm...> - 2020-04-18 12:18:24
|
So how are folks ensuring that sequence numbers are available when you have to fail over to another machine. JDBC doesn’t seem scalable as it’s a synchronous write when the sequence number is updated isn’t it? What asynchronous methods are folks using instead? |