"Sort  (cost=356756.56..357007.21 rows=100262 width=55) (actual time=138238.766..138240.102 rows=49971 loops=1)"
"  Sort Key: "time""
"  Sort Method: quicksort  Memory: 8564kB"
"  Buffers: shared hit=221 read=45138"
"  ->  Bitmap Heap Scan on data2013_01w  (cost=2325.60..348428.09 rows=100262 width=55) (actual time=200.168..138137.864 rows=49971 loops=1)"
"        Recheck Cond: ((taxiid)::text = 'SZB07P23'::text)"
"        Heap Blocks: exact=45164"
"        Buffers: shared hit=221 read=45138"
"        ->  Bitmap Index Scan on data2013_01w_ixtaxiid  (cost=0.00..2300.54 rows=100262 width=0) (actual time=176.152..176.152 rows=49971 loops=1)"
"              Index Cond: ((taxiid)::text = 'SZB07P23'::text)"
"              Buffers: shared hit=2 read=193"
"Planning time: 0.142 ms"
"Execution time: 138242.621 ms"

