SET
SET
                                                                               QUERY PLAN                                                                                
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 Hash Join  (cost=7686.74..25210.57 rows=252622 width=265) (actual time=249.573..696.156 rows=138972 loops=1)
   Hash Cond: (jtemp1c37l3b_baseline_windows_after_inclusion.uuid = jtemp1c37l3b_baseline_windows_with_collections.uuid)
   Buffers: shared hit=3929 read=6691
   ->  Seq Scan on jtemp1c37l3b_baseline_windows_after_inclusion  (cost=0.00..14239.44 rows=505244 width=265) (actual time=0.055..139.203 rows=505244 loops=1)
         Buffers: shared hit=2496 read=6691
   ->  Hash  (cost=5949.59..5949.59 rows=138972 width=46) (actual time=247.801..247.801 rows=138972 loops=1)
         Buckets: 262144  Batches: 1  Memory Usage: 12711kB
         Buffers: shared hit=1433
         ->  HashAggregate  (cost=3170.15..4559.87 rows=138972 width=46) (actual time=118.436..173.303 rows=138972 loops=1)
               Group Key: jtemp1c37l3b_baseline_windows_with_collections.uuid
               Buffers: shared hit=1433
               ->  Seq Scan on jtemp1c37l3b_baseline_windows_with_collections  (cost=0.00..2822.72 rows=138972 width=46) (actual time=0.027..27.336 rows=138972 loops=1)
                     Buffers: shared hit=1433
 Planning time: 0.871 ms
 Execution time: 714.918 ms
(15 rows)

