SET
SET
                                                                                     QUERY PLAN                                                                                      
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 Gather  (cost=23792.74..65970.73 rows=138972 width=265) (actual time=500.372..1012.497 rows=138972 loops=1)
   Workers Planned: 2
   Workers Launched: 2
   Buffers: shared hit=5848 read=7843, temp read=11837 written=11846
   ->  Hash Join  (cost=22792.74..51073.53 rows=57905 width=265) (actual time=347.343..768.523 rows=46324 loops=3)
         Hash Cond: (jtemp1c37l3b_baseline_windows_after_inclusion.uuid = jtemp1c37l3b_baseline_windows_with_collections.uuid)
         Buffers: shared hit=5848 read=7843, temp read=11837 written=11846
         ->  Parallel Seq Scan on jtemp1c37l3b_baseline_windows_after_inclusion  (cost=0.00..11292.18 rows=210518 width=265) (actual time=0.040..116.041 rows=168415 loops=3)
               Buffers: shared hit=1344 read=7843
         ->  Hash  (cost=19833.59..19833.59 rows=138972 width=46) (actual time=346.744..346.744 rows=138972 loops=3)
               Buckets: 65536  Batches: 4  Memory Usage: 3195kB
               Buffers: shared hit=4318, temp read=2889 written=5430
               ->  Group  (cost=17749.01..18443.87 rows=138972 width=46) (actual time=190.981..289.481 rows=138972 loops=3)
                     Group Key: jtemp1c37l3b_baseline_windows_with_collections.uuid
                     Buffers: shared hit=4318, temp read=2889 written=2898
                     ->  Sort  (cost=17749.01..18096.44 rows=138972 width=46) (actual time=190.978..244.778 rows=138972 loops=3)
                           Sort Key: jtemp1c37l3b_baseline_windows_with_collections.uuid
                           Sort Method: external merge  Disk: 7704kB
                           Worker 0:  Sort Method: external merge  Disk: 7704kB
                           Worker 1:  Sort Method: external merge  Disk: 7704kB
                           Buffers: shared hit=4318, temp read=2889 written=2898
                           ->  Seq Scan on jtemp1c37l3b_baseline_windows_with_collections  (cost=0.00..2822.72 rows=138972 width=46) (actual time=0.022..23.908 rows=138972 loops=3)
                                 Buffers: shared hit=4299
 Planning Time: 1.026 ms
 Execution Time: 1025.855 ms
(25 rows)

