Viewing profile — franckpachot
franckpachot
HN member- Joined
- Sat, Jan 30, 2021, 8:40 AM UTC
- HN karma
- 85
- Public activity
- 100 items
- HN profile
- View on Hacker News ↗
About franckpachot
Recent public activity
- story
-
comment
Comment #48656761
And: > The instance was assigned a public IP I think that without a private link, the managed services that run in different accounts (Neon, Crunchy, Clickhouse if not BYOL) may be…
-
comment
Comment #48415444
"dollar quoting" is the PostgreSQL way to quote strings with quotes, avoiding double quoting or escape characters. I like to use the tagged version of it, like $sql$ SELECT ... $sq…
- story
- story
- story
-
comment
Comment #46337664
Beyond the hype, the PostgreSQL community is aware of the lack of "batteries-included" HA. This discussion on the idea of a Built-in Raft replication mentions MongoDB as: >> "God S…
-
comment
Comment #46337605
Be sure to read the Муths and Truths about Synchronous Replication in PostgreSQL (by the author of Patroni) before considering those solutions as cloud-native high availability: ht…
-
comment
Comment #46337586
CloudNativePG is automation around PostgreSQL, not "batteries included", and not the idea of Kubernetes where pods can die or spawn without impacting the availability. Unfortunatel…
-
comment
Comment #46337531
It's largely cultural. In the SQL world, people are used to accepting the absence of real HA (resilience to failure, where transactions continue without interruption) and instead r…
- story
-
comment
Comment #46198044
What about "cannot scale without downtime"? While all databases can scale vertically, increasing or decreasing CPU or memory resources requires a restart, which leads to downtime. …
- story
-
comment
Comment #44964576
What is the null join behavior that cause you problem?
-
comment
Comment #44884808
The companies that attempt to replace PostgreSQL do so not to replace PostgreSQL itself, but to replace Oracle.
- story
-
comment
Comment #44525810
Can you provide more details? Inserting with unique indexes do not lock the table. Case statements are ok in where clause, use expression indexes to index it
-
comment
Comment #44129478
A Data Council talk on the modern SQL vs NoSQL
- story
- story
-
comment
Comment #43844928
The Write-Ahead Logging (WAL) is single-threaded and maintains consistency at a specific point in time in each instance. However, there can be anomalies between two instances. This…
- story
-
comment
Comment #43573179
Do you declare your Foreign Key in your SQL database? What about MongoDB?
- story
- story