Viewing profile — hlinnaka
hlinnaka
HN member- Joined
- Sat, May 28, 2022, 7:08 AM UTC
- HN karma
- 7
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About hlinnaka
Co-founder at Neon (https://neon.tech/). PostgreSQL hacker.
Recent public activity
-
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…
-
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…
-
comment
Comment #33898604
Correct!
-
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.
-
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…