Viewing profile — jonahharris
jonahharris
HN member- Joined
- Fri, Jan 14, 2011, 6:09 PM UTC
- HN karma
- 10
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About jonahharris
No profile information was provided.
Recent public activity
- story
-
story
Show HN: uplpgsql – PL/pgSQL compiled to native code
uplpgsql compiles PL/pgSQL to native code. It took over twenty years to get here, but here it is. On July 19, 2005, I demoed my optimizing PL/SQL compiler to Andy Astor, Denis Luss…
-
comment
Comment #43825739
Many experienced founders get rejected by YC and blame ageism. I used to think that too. After reflecting on my own experience, and talking with others, I think YC is mostly right.…
- story
-
comment
Comment #40346294
Right now, the source is available under the Confluent license, but we intend to go BSD/MIT once our fundraising is done.
-
story
Show HN: New Postgres Connection Pooling Extension Breaks 100k Barrier
If you’ve ever dealt with scaling PostgreSQL, you know the traditional process-per-connection model just doesn’t cut it when you're handling massive numbers of connections, particu…
-
comment
Comment #40174080
Based on conversations with a lot of developers and businesses, a few things happened, I think. First, MySQL hasn’t been keeping pace with Postgres feature wise; second, MySQL isn’…
-
comment
Comment #40094941
From an embedded perspective or where the iOS/Android app is a client?
-
comment
Comment #40094160
Postgres is on the rise. MySQL is in decline. But there are a helluva lot of MySQL applications out there and developers still building against it. While the industry is moving awa…
- story
-
comment
Comment #2104645
In his test, it appears the Mongo driver is just putting the message on the wire, not actually waiting on the server reply or verifying that the command was ever actually processed…