Hacker News new | ask | show | jobs
by don71 3765 days ago
Just out of interest, why did you only use one core for Postgres.
1 comments

I measured one query that does a sequential scan over millions of rows. In PG 9.4 this only uses one core. Current versions are adding a feature to parallelize this. If I had run several queries in parallel, PG would have used all cores.