        QUERY PLAN                                                                                            
           
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-----------
 Limit  (cost=1001.19..495095.84 rows=1 width=27) (actual time=10121.296..10121.297 rows=1 loops=1)
   ->  GroupAggregate  (cost=1001.19..3459663.77 rows=7 width=27) (actual time=10121.294..10121.294 rows=1 loops=1)
         Group Key: lineitem.l_shipmode
         ->  Gather Merge  (cost=1001.19..3449409.24 rows=585969 width=27) (actual time=5.067..9883.292 rows=311095 loops=1)
               Workers Planned: 4
               Workers Launched: 4
               ->  Nested Loop  (cost=1.13..3378614.63 rows=146492 width=27) (actual time=0.204..6349.238 rows=63502 loops=5)
                     ->  Parallel Index Scan using idx_l_shipmode on lineitem  (cost=0.57..3269108.53 rows=146492 width=19) (actual time=0.156..5454.155 rows=63502 loops=5)
                           Index Cond: (l_shipmode = ANY ('{"REG AIR",RAIL}'::bpchar[]))
                           Filter: ((l_commitdate < l_receiptdate) AND (l_shipdate < l_commitdate) AND (l_receiptdate >= '1995-01-01'::date) AND (l_receiptdate < '1996-01-01 00:00:00'::timestamp without t
ime zone))
                           Rows Removed by Filter: 3434640
                     ->  Index Scan using orders_pkey on orders  (cost=0.56..0.75 rows=1 width=20) (actual time=0.012..0.012 rows=1 loops=317508)
                           Index Cond: (o_orderkey = lineitem.l_orderkey)
 Planning time: 0.488 ms
 Execution time: 10124.883 ms
(15 rows)

