mirror of
https://github.com/EDeev/mobiles_dataset.git
synced 2026-06-15 11:01:02 +03:00
958 B
958 B
| 1 | QUERY PLAN |
|---|---|
| 2 | Sort (cost=44.76..44.84 rows=31 width=245) (actual time=0.216..0.217 rows=18 loops=1) |
| 3 | Sort Key: c.company_name, m.model_name |
| 4 | Sort Method: quicksort Memory: 25kB |
| 5 | -> Hash Join (cost=17.20..43.99 rows=31 width=245) (actual time=0.055..0.180 rows=18 loops=1) |
| 6 | Hash Cond: (m.company_id = c.company_id) |
| 7 | -> Seq Scan on models m (cost=0.00..26.71 rows=31 width=31) (actual time=0.038..0.159 rows=18 loops=1) |
| 8 | Filter: (((ram)::text ~~ '%8GB%'::text) AND ((battery_capacity)::text ~~ '%5000%'::text)) |
| 9 | Rows Removed by Filter: 896 |
| 10 | -> Hash (cost=13.20..13.20 rows=320 width=222) (actual time=0.010..0.010 rows=19 loops=1) |
| 11 | Buckets: 1024 Batches: 1 Memory Usage: 9kB |
| 12 | -> Seq Scan on companies c (cost=0.00..13.20 rows=320 width=222) (actual time=0.004..0.005 rows=19 loops=1) |
| 13 | Planning Time: 0.155 ms |
| 14 | Execution Time: 0.234 ms |