Yes, below the first plan
bnl=> explain analyze select * from amarkets order by startts; QUERY PLAN ----------------------------------------------------------------------------------------------------------------------- Sort (cost=10702.57..10939.29 rows=94691 width=106) (actual time=404.555..422.174 rows=97835 loops=1) Sort Key: startts Sort Method: quicksort Memory: 24329kB -> Seq Scan on amarkets (cost=0.00..2875.91 rows=94691 width=106) (actual time=4.586..351.739 rows=97835 loops=1) Planning time: 74.707 ms Execution time: 434.785 ms (6 rader) Tid: 527,142 ms bnl=> |