Changes between Version 12 and Version 13 of QueryOptimization
- Timestamp:
- 05/26/26 23:03:16 (16 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QueryOptimization
v12 v13 411 411 412 412 {{{ 413 HashAggregate (cost=1485307.72..1485320.22 rows=200 width=87) (actual time= 32833.146..32833.154rows=0 loops=1)414 Group Key: b.bookable_id413 HashAggregate (cost=1485307.72..1485320.22 rows=200 width=87) (actual time=66672.114..66672.131 rows=0 loops=1) 414 Group Key: b.bookable_id 415 415 Filter: (round(avg(r.rating), 2) >= 4.5) 416 416 -> Hash Right Join … … 421 421 -> Seq Scan on review r 422 422 Planning Time: 0.945 ms 423 Execution Time: 32835.819ms423 Execution Time: 66721.664 ms 424 424 }}} 425 425
