Re: Hash Right join and seq scan - Mailing list pgsql-performance

From Tomas Vondra
Subject Re: Hash Right join and seq scan
Date
Msg-id a757dc17-2339-446c-b59c-bd0d1efb3aca@enterprisedb.com
Whole thread Raw
In response to Re: Hash Right join and seq scan  (James Pang <jamespang886@gmail.com>)
Responses Re: Hash Right join and seq scan
List pgsql-performance
Hi James,

I think it'd be much easier to help you with investigating this issue if
you shared the actual queries, and the full EXPLAIN ANALYZE output both
with and without disabled hashjoin. Or even better, share a script that
reproduces the issue (creates tables, loads data, runs the queries).

BTW you suggested each partition has ~250k rows, but the explain plan
snippet you shared does not seem to be consistent with that - it only
shows 2500-5000 rows per partition. If you run ANALYZE on the table,
does that change the plan?

regards

-- 
Tomas Vondra
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-performance by date:

Previous
From: James Pang
Date:
Subject: Re: Hash Right join and seq scan
Next
From: "FREYBURGER Simon (SNCF VOYAGEURS / DIRECTION GENERALE TGV / DM RMP YIELD MANAGEMENT)"
Date:
Subject: How to solve my slow disk i/o throughput during index scan