Changes between Version 12 and Version 13 of QueryOptimization


Ignore:
Timestamp:
05/26/26 23:03:16 (16 hours ago)
Author:
231088
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QueryOptimization

    v12 v13  
    411411
    412412{{{
    413 HashAggregate  (cost=1485307.72..1485320.22 rows=200 width=87) (actual time=32833.146..32833.154 rows=0 loops=1)
    414   Group Key: b.bookable_id
     413HashAggregate  (cost=1485307.72..1485320.22 rows=200 width=87) (actual time=66672.114..66672.131 rows=0 loops=1)
     414Group Key: b.bookable_id
    415415  Filter: (round(avg(r.rating), 2) >= 4.5)
    416416  ->  Hash Right Join
     
    421421              ->  Seq Scan on review r
    422422Planning Time: 0.945 ms
    423 Execution Time: 32835.819 ms
     423Execution Time: 66721.664 ms
    424424}}}
    425425