Live data from Hacker News

Viewing profile — franckpachot

franckpachot

HN member
Joined
Sat, Jan 30, 2021, 8:40 AM UTC
HN karma
85
Public activity
100 items

About franckpachot

Developer Advocate at Yugabyte 20 years in databases from dev to prod - Oracle Certified Master, AWS Data Hero, PostgreSQL and YugabyteDB fan, love to learn and share, and scale databases

Recent public activity

  1. story
  2. 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…

  3. 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…

  4. story
  5. story
  6. story
  7. 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…

  8. 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…

  9. 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…

  10. 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…

  11. story
  12. 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. …

  13. story
  14. comment
    Comment #44964576

    What is the null join behavior that cause you problem?

  15. comment
    Comment #44884808

    The companies that attempt to replace PostgreSQL do so not to replace PostgreSQL itself, but to replace Oracle.

  16. story
  17. 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

  18. comment
    Comment #44129478

    A Data Council talk on the modern SQL vs NoSQL

  19. story
  20. story
  21. 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…

  22. story
  23. comment
    Comment #43573179

    Do you declare your Foreign Key in your SQL database? What about MongoDB?

  24. story
  25. story