back
user profile
eatonphil
24,200karma·4,492submissions·December 27, 2014
about
theconsensus.dev
recent activity (4,492 total)
comment
Yes, reading this post (working around a database's concurrency control) made me raise an eyebrow. If you are ok with inconsistent data then that's fine. Or if you handle consistency at a hi…
comment
Do you turn on SQLite checksumming or how do you feel comfortable that data on disk stays keeps integrity?
comment
I work on PGD but I'm pretty sure we actively support open-source options for HA: https://github.com/EnterpriseDB/repmgr …
comment
Can patroni replicate across mixed versions of Postgres? (i.e. can it do logical replication? [and handle DDL replication?]) I thought patroni only did physical replication (only replicates across the…
4 pts
comment
> I'm curious to hear if you have examples of any database using only object storage as a backend, because back when I started, I couldn't fin any. Take a look at Delta Lake https:/…