themachinestops@lemmy.dbzer0.com to Technology@lemmy.worldEnglish · 1 个月前VMware perpetual license holders receive cease-and-desist letters from Broadcomarstechnica.comexternal-linkmessage-square125linkfedilinkarrow-up1637arrow-down15cross-posted to: sysadmin@lemmy.worldtechnology@lemmit.online
arrow-up1632arrow-down1external-linkVMware perpetual license holders receive cease-and-desist letters from Broadcomarstechnica.comthemachinestops@lemmy.dbzer0.com to Technology@lemmy.worldEnglish · 1 个月前message-square125linkfedilinkcross-posted to: sysadmin@lemmy.worldtechnology@lemmit.online
minus-squarerottingleaf@lemmy.worldlinkfedilinkEnglisharrow-up3arrow-down9·1 个月前 with a database and a tech company attached There are three real DBMS options for enterprise - Oracle, PGSQL, MSSQL, and Oracle is the most powerful and least problematic of them.
minus-squarepyr0ball@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up11·1 个月前How is it less problematic? I’ve only ever worked with the other two
minus-squarerottingleaf@lemmy.worldlinkfedilinkEnglisharrow-up3·1 个月前Well, compare setting up replication under Oracle and PGSQL.
minus-squareNinjasftw@lemmy.worldlinkfedilinkEnglisharrow-up4·1 个月前Replication with postgres is really simple. Combine it with patroni and it’s so much better than oracle
minus-squarerottingleaf@lemmy.worldlinkfedilinkEnglisharrow-up1·1 个月前Oh, I’m not a DBA, so a stupid question - how do you avoid PGSQL replication breaking on full vacuum of a table? With patroni, shmatroni, macaroni, whatever.
There are three real DBMS options for enterprise - Oracle, PGSQL, MSSQL, and Oracle is the most powerful and least problematic of them.
How is it less problematic? I’ve only ever worked with the other two
Well, compare setting up replication under Oracle and PGSQL.
Replication with postgres is really simple. Combine it with patroni and it’s so much better than oracle
Oh, I’m not a DBA, so a stupid question - how do you avoid PGSQL replication breaking on full vacuum of a table? With patroni, shmatroni, macaroni, whatever.