we can pin messages in channels. Do you want just that message pinned, or something more exact?
we can pin messages in channels. Do you want just that message pinned, or something more exact?
update foo set bar = 1 where id not in (?)update foo set bar = 1 where id not in (?, ?, ?, ?)

Maybe more precise replica configs could help that too.For the sake of brainstorming, if you have low traffic, say 1 request every 15 minutes from some regions, how would a replica config help? How do you imagine it behaving from your side?
select 1; from each region with an alarm every 1 minute if you really want, but at this point there isn't much gained from using a replica. Is that single request every few minutes that important that you cannot go to the primary for an extra 100-200ms? We need to provide a way to skip replicas and go straight to the primary though to avoid the replica booting up.update foo set bar = 1 where id not in (?)update foo set bar = 1 where id not in (?, ?, ?, ?)select 1;