Changes between Version 85 and Version 86 of QueryOptimization
- Timestamp:
- 06/30/26 22:36:25 (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QueryOptimization
v85 v86 47 47 }}} 48 48 49 ||= QUERY PLAN =|| 50 ||Nested Loop (cost\=1.01..9625.30 rows\=2264 width\=54) (actual time\=0.868..2.190 rows\=775.00 loops\=1)|| ||49 ||= QUERY PLAN =||= =|| 50 ||Nested Loop (cost\=1.01..9625.30 rows\=2264 width\=54) (actual time\=0.868..2.190 rows\=775.00 loops\=1)|| 51 51 ||Buffers||shared hit\=21 read\=13 dirtied\=1|| 52 ||-> Nested Loop (cost\=0.57..25.51 rows\=6 width\=38) (actual time\=0.622..0.627 rows\=5.00 loops\=1)|| ||52 ||-> Nested Loop (cost\=0.57..25.51 rows\=6 width\=38) (actual time\=0.622..0.627 rows\=5.00 loops\=1)|| 53 53 ||Buffers||shared read\=6|| 54 || -> Index Scan using ""Venue_pkey"" on ""Venue"" v (cost\=0.29..8.30 rows\=1 width\=28) (actual time\=0.071..0.072 rows\=1.00 loops\=1)|| ||54 || -> Index Scan using ""Venue_pkey"" on ""Venue"" v (cost\=0.29..8.30 rows\=1 width\=28) (actual time\=0.071..0.072 rows\=1.00 loops\=1)|| 55 55 ||Index Cond||(venue_id \= 1)|| 56 56 ||Index Searches||1|| 57 57 ||Buffers||shared read\=3|| 58 || -> Index Scan using uq_section_venue_name on ""Section"" s (cost\=0.29..17.14 rows\=6 width\=18) (actual time\=0.548..0.550 rows\=5.00 loops\=1)|| ||58 || -> Index Scan using uq_section_venue_name on ""Section"" s (cost\=0.29..17.14 rows\=6 width\=18) (actual time\=0.548..0.550 rows\=5.00 loops\=1)|| 59 59 ||Index Cond||(venue_id \= 1)|| 60 60 ||Index Searches||1|| 61 61 ||Buffers||shared read\=3|| 62 || -> Index Scan using uq_seat_section_number on ""Seat"" st (cost\=0.44..1590.95 rows\=901 width\=24) (actual time\=0.056..0.282 rows\=155.00 loops\=5)|| ||62 || -> Index Scan using uq_seat_section_number on ""Seat"" st (cost\=0.44..1590.95 rows\=901 width\=24) (actual time\=0.056..0.282 rows\=155.00 loops\=5)|| 63 63 ||Index Cond||(section_id \= s.section_id)|| 64 64 ||Index Searches||5|| 65 65 ||Buffers||shared hit\=21 read\=7 dirtied\=1|| 66 ||Planning|| ||66 ||Planning|| 67 67 ||Buffers||shared hit\=14 read\=22|| 68 68 ||Planning Time||5.752 ms||
