Postgresql – Postgres settings to maximize compute resources for a single local connection
I have a local PG instance populated with 10's of millions of rows of data and need to run some relatively complex queries for some data analysis work. These queries are currently taking 10+ minutes to return (even after adding…