mobiles_dataset/sql/explain_results/без_индексов.csv
2025-06-06 18:37:39 +03:00

958 B

1QUERY PLAN
2Sort (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)
13Planning Time: 0.155 ms
14Execution Time: 0.234 ms