Viewing profile — postgresperf
postgresperf
HN member- Joined
- Tue, Apr 16, 2024, 7:32 PM UTC
- HN karma
- 16
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About postgresperf
Recent public activity
-
comment
Comment #49217991
When I got early access to pgrust my first question was whether it had been tested for building read-only standby analytics questions. The problem has goals beyond that, but having…
-
comment
Comment #49217955
Optimizing a multi-layer cache system is a Complex System task with no subset you can reduce to a simpler version of the problem. PG has a 3 layer cache--database, OS, storage--and…
-
comment
Comment #49216239
The pgrust team asked me to look at their results on a review system, and I confirmed the ClickBench speedup there. Regular PostgreSQL is really terrible at some of these queries. …
-
comment
Comment #40061908
There's a whole talk about it we had in our conference: https://www.youtube.com/watch?v=TG28lRoailE Short version is GIS indexes are notably smaller and build faster in PG15 than e…
-
comment
Comment #40056457
Contributor to the PG bulk loading docs you referenced here. Good survey of the techniques here. I've done a good bit of this trying to speed up loading the Open Street Map databas…