SET
SET
                                                                                  QUERY PLAN                                                                                   
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 Hash Join  (cost=22792.74..78050.57 rows=252622 width=265) (actual time=1047.326..1685.039 rows=138972 loops=1)
   Hash Cond: (jtemp1c37l3b_baseline_windows_after_inclusion.uuid = jtemp1c37l3b_baseline_windows_with_collections.uuid)
   Buffers: shared hit=3996 read=6627, temp read=8216 written=8210
   ->  Seq Scan on jtemp1c37l3b_baseline_windows_after_inclusion  (cost=0.00..14239.44 rows=505244 width=265) (actual time=0.043..193.295 rows=505244 loops=1)
         Buffers: shared hit=2560 read=6627
   ->  Hash  (cost=19833.59..19833.59 rows=138972 width=46) (actual time=1046.781..1046.781 rows=138972 loops=1)
         Buckets: 65536  Batches: 4  Memory Usage: 3195kB
         Buffers: shared hit=1436, temp read=960 written=1804
         ->  Group  (cost=17749.01..18443.87 rows=138972 width=46) (actual time=820.970..958.984 rows=138972 loops=1)
               Group Key: jtemp1c37l3b_baseline_windows_with_collections.uuid
               Buffers: shared hit=1436, temp read=960 written=960
               ->  Sort  (cost=17749.01..18096.44 rows=138972 width=46) (actual time=820.965..884.400 rows=138972 loops=1)
                     Sort Key: jtemp1c37l3b_baseline_windows_with_collections.uuid
                     Sort Method: external sort  Disk: 7680kB
                     Buffers: shared hit=1436, temp read=960 written=960
                     ->  Seq Scan on jtemp1c37l3b_baseline_windows_with_collections  (cost=0.00..2822.72 rows=138972 width=46) (actual time=0.024..31.638 rows=138972 loops=1)
                           Buffers: shared hit=1433
 Planning time: 0.512 ms
 Execution time: 1695.623 ms
(19 rows)

