Live data from Hacker News

Viewing profile — hlinnaka

hlinnaka

HN member
Joined
Sat, May 28, 2022, 7:08 AM UTC
HN karma
7
Public activity
5 items

About hlinnaka

Co-founder at Neon (https://neon.tech/). PostgreSQL hacker.

Recent public activity

  1. comment
    Comment #47487442

    Because then the cancellation request would get queued behind any other data that's in flight from the client to the server. In the worst case the TCP buffers are full, and the cli…

  2. comment
    Comment #37836628

    PostgreSQL isn't that special as a codebase. Every codebase has its quirks, every project has its own processes and there's a learning curve. When you switch to a new job as a soft…

  3. comment
  4. comment
    Comment #31539086

    Haven't done anything with Azure yet. Shouldn't be hard to add though, we don't rely on any special cloud storage features, just simple upload/download of files.

  5. comment
    Comment #31538542

    Yes, it still requires VACUUM. I believe Aurora does too. It would be cool to push down at least parts of the VACUUM down to the storage layer, but it would require more invasive c…