1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
| "Limit (cost=22272.92..22273.17 rows=101 width=4) (actual time=40.590..40.621 rows=84 loops=1)"
" -> Sort (cost=22272.92..22273.29 rows=149 width=4) (actual time=40.589..40.602 rows=84 loops=1)"
" Sort Key: id"
" -> Bitmap Heap Scan on sale_order_line (cost=3262.10..22267.54 rows=149 width=4) (actual time=4.669..40.470 rows=84 loops=1)"
" Recheck Cond: ((((state)::text = 'confirmed'::text) OR ((state)::text = 'confirmed_wait'::text) OR ((state)::text = 'manquant'::text)) AND ((id = 17735) OR (id = 34489) OR (id = 36602) OR (id = 36671) OR (id = 17718) OR (id = 30733) OR (id = (..)"
" Filter: ((id = 7841) OR (id = 18141) OR (id = 13652) OR (id = 13651) OR (id = 13650) OR (id = 13597) OR (id = 13521) OR (id = 20416) OR (id = 33657) OR (id = 32359) OR (id = 32358) OR (id = 24557) OR (id = 32441) OR (id = 24556) OR (id = 2455 (..)"
" -> BitmapAnd (cost=3262.10..3262.10 rows=277 width=0) (actual time=3.799..3.799 rows=0 loops=1)"
" -> BitmapOr (cost=46.23..46.23 rows=5207 width=0) (actual time=0.939..0.939 rows=0 loops=1)"
" -> Bitmap Index Scan on sale_order_line_state (cost=0.00..40.24 rows=4925 width=0) (actual time=0.868..0.868 rows=4895 loops=1)"
" Index Cond: ((state)::text = 'confirmed'::text)"
" -> Bitmap Index Scan on sale_order_line_state (cost=0.00..2.00 rows=1 width=0) (actual time=0.016..0.016 rows=0 loops=1)"
" Index Cond: ((state)::text = 'confirmed_wait'::text)"
" -> Bitmap Index Scan on sale_order_line_state (cost=0.00..3.99 rows=282 width=0) (actual time=0.055..0.055 rows=260 loops=1)"
" Index Cond: ((state)::text = 'manquant'::text)"
" -> BitmapOr (cost=3215.62..3215.62 rows=1605 width=0) (actual time=2.658..2.658 rows=0 loops=1)"
" -> Bitmap Index Scan on sale_order_line_pkey (cost=0.00..2.00 rows=1 width=0) (actual time=0.004..0.004 rows=1 loops=1)"
" Index Cond: (id = 17735)"
" -> Bitmap Index Scan on sale_order_line_pkey (cost=0.00..2.00 rows=1 width=0) (actual time=0.010..0.010 rows=1 loops=1)"
" Index Cond: (id = 34489)"
" -> Bitmap Index Scan on sale_order_line_pkey (cost=0.00..2.00 rows=1 width=0) (actual time=0.004..0.004 rows=1 loops=1)"
" Index Cond: (id = 36602)"
" -> Bitmap Index Scan on sale_order_line_pkey (cost=0.00..2.00 rows=1 width=0) (actual time=0.002..0.002 rows=1 loops=1)"
" Index Cond: (id = 36671)"
" -> Bitmap Index Scan on sale_order_line_pkey (cost=0.00..2.00 rows=1 width=0) (actual time=0.001..0.001 rows=1 loops=1)"
" Index Cond: (id = 17718)"
" -> Bitmap Index Scan on sale_order_line_pkey (cost=0.00..2.00 rows=1 width=0) (actual time=0.003..0.003 rows=1 loops=1)"
" Index Cond: (id = 30733)"
" -> Bitmap Index Scan on sale_order_line_pkey (cost=0.00..2.00 rows=1 width=0) (actual time=0.005..0.005 rows=1 loops=1)"
" Index Cond: (id = 18491)"
" -> Bitmap Index Scan on sale_order_line_pkey (cost=0.00..2.00 rows=1 width=0) (actual time=0.002..0.002 rows=1 loops=1)"
" Index Cond: (id = 31810)"
" -> Bitmap Index Scan on sale_order_line_pkey (cost=0.00..2.00 rows=1 width=0) (actual time=0.002..0.002 rows=1 loops=1)"
" Index Cond: (id = 6221)"
" -> Bitmap Index Scan on sale_order_line_pkey (cost=0.00..2.00 rows=1 width=0) (actual time=0.001..0.001 rows=0 loops=1)"
" Index Cond: (id = 37533)"
" -> Bitmap Index Scan on sale_order_line_pkey (cost=0.00..2.00 rows=1 width=0) (actual time=0.002..0.002 rows=1 loops=1)"
" Index Cond: (id = 35502)"
" -> Bitmap Index Scan on sale_order_line_pkey (cost=0.00..2.00 rows=1 width=0) (actual time=0.002..0.002 rows=1 loops=1)"
" Index Cond: (id = 38551)"
" -> Bitmap Index Scan on sale_order_line_pkey (cost=0.00..2.00 rows=1 width=0) (actual time=0.001..0.001 rows=1 loops=1)"
" Index Cond: (id = 38550)"
...etc
"Total runtime: 61.115 ms" |
Partager