Changes between Version 5 and Version 6 of OtherTopics
- Timestamp:
- 06/02/26 10:26:30 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OtherTopics
v5 v6 106 106 '''Average execution time (10 attempts):''' 0.087ms 107 107 108 Because the execution time has been massively lowered by bypassing the expensive sequential scan and memory sort, we '''keep''' this index. 109 110 *(Note: For the exact same performance reasons, we also created `CREATE INDEX idx_bookings_owner_date ON project.bookings (owner_id, date_from DESC);` to optimize the queries when Pet Owners view their own booking history).* 108 Because the execution time has been massively lowered by bypassing the expensive sequential scan and memory sort, we '''keep''' this index 111 109 112 110
