121 Followers
68 Following
270 Posts
@bflipp
Ah, wasn't aware of your ASD. It's so broad a condition and the lack of understanding it so great, I'm not surprised most things haven't worked for you. Just having a brain that functions differently throws basically everything out the window.
I felt this in my teeth.
@bflipp
2 years of dbt made a huge difference for me
It seems we have falcon's hanging out by the house
@DaveMasonDotMe
That makes sense. Just be wary of the additional disk space required to support that and problems with increased cpu and possible log growth on the primary caused by long running queries on the secondaries.
@DaveMasonDotMe
Cos I'm nosey, what's their use case for AGs? Read replicas?
@bflipp
@DaveMasonDotMe
It's not more redundant though and it actually makes it less reliable overall as the shared storage behind the FCI introduces a single point of failure. Bonus, it takes longer to failover an FCI than an AG.
@bflipp

Banks already investigating how much they can get away with charging people for this.

via @anildash

https://me.dm/@anildash/110768962662312589

Anil Dash (@[email protected])

This is genuinely exciting news — the fed has launched its system for doing instant electronic payments, with 35 institutions already signed on. Ask your credit union or bank when they’re launching support for it. (And note which tech media give coverage to bullshit claims from fascist CEOs purporting to build apps for this purpose, vs. actual real implementations that serve everyone.) https://explore.fednow.org/

me.dm by Medium.com
Obligé de partager
@DaveMasonDotMe
I always start with an FCI has one copy of the database(s) that moves around and an AG has lots of copies of the database but you can only write to one of them.
FCI + AG as there's one copy of the database(s) that moves around but there's some other copies out there too.