Changes between Version 3 and Version 4 of QueryOptimization
- Timestamp:
- 09/15/26 11:48:23 (10 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QueryOptimization
v3 v4 3 3 = Views = 4 4 5 * View 1: daily_clinic_schedule 6 * View 2: pet_medical_history 7 * View 3: active_prescriptions_for_pet 8 * View 4: employee_performance_summary 5 * View 1: daily_clinic_schedule - indexed 6 * View 2: pet_medical_history - indexed 7 * View 3: active_prescriptions_for_pet - indexed 8 * View 4: employee_performance_summary - materialized 9 9 * View 5: invoice_billing_details 10 10 * View 6: low_stock_shop_items … … 27 27 * idx_shop_item_category_name on shop_item_category(name) 28 28 29 To improve performance even further, the view employee_performance_summary is materialized. 30 29 31 Detailed documentation: 30 32 [https://develop.finki.ukim.mk/projects/pawcare/attachment/wiki/QueryOptimization/PawCare_Views_Indexes_Documentation.docx]
