Re: [idea] table partition + hash join - Mailing list pgsql-hackers

From Rosiński Krzysztof 2 - Detal
Subject Re: [idea] table partition + hash join
Date
Msg-id EC285B91B53E5343BDF78D3854C7BBCAB6795894@OPE10MB02.tp.gk.corp.tepenet
Whole thread Raw
In response to [idea] table partition + hash join  (Kouhei Kaigai <kaigai@ak.jp.nec.com>)
Responses Re: [idea] table partition + hash join
List pgsql-hackers

How to use this optimization ?

 

select *

from table join partitioned_table on (

  table.part_id = partitioned_table.id

  and hash_func_mod(table.part_id) = hash_func_mod(partitioned_table.id)

)

 

 

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: reaper should restart archiver even on standby
Next
From: Fujii Masao
Date:
Subject: pg_rewind failure by file deletion in source server