SET
SET
SET
                                                                                  QUERY PLAN                                                                                   
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 Hash Join  (cost=24014.74..79272.57 rows=252622 width=265) (actual time=848.008..1338.970 rows=138972 loops=1)
   Hash Cond: (jtemp1c37l3b_baseline_windows_after_inclusion.uuid = jtemp1c37l3b_baseline_windows_with_collections.uuid)
   Buffers: shared hit=10623, 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.012..139.171 rows=505244 loops=1)
         Buffers: shared hit=9187
   ->  Hash  (cost=21055.59..21055.59 rows=138972 width=46) (actual time=847.624..847.624 rows=138972 loops=1)
         Buckets: 65536  Batches: 4  Memory Usage: 3195kB
         Buffers: shared hit=1436, temp read=960 written=1804
         ->  Group  (cost=18971.01..19665.87 rows=138972 width=46) (actual time=741.386..806.954 rows=138972 loops=1)
               Group Key: jtemp1c37l3b_baseline_windows_with_collections.uuid
               Buffers: shared hit=1436, temp read=960 written=960
               ->  Sort  (cost=18971.01..19318.44 rows=138972 width=46) (actual time=741.383..772.368 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.012..32.266 rows=138972 loops=1)
                           Buffers: shared hit=1433
 Planning time: 0.567 ms
 Execution time: 1348.687 ms
(19 rows)

