Changes between Version 3 and Version 4 of QueryOptimization


Ignore:
Timestamp:
09/15/26 11:48:23 (10 days ago)
Author:
231039
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QueryOptimization

    v3 v4  
    33= Views =
    44
    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
    99* View 5: invoice_billing_details
    1010* View 6: low_stock_shop_items
    … …  
    2727* idx_shop_item_category_name on shop_item_category(name)
    2828
     29To improve performance even further, the view employee_performance_summary is materialized.
     30
    2931Detailed documentation:
    3032[https://develop.finki.ukim.mk/projects/pawcare/attachment/wiki/QueryOptimization/PawCare_Views_Indexes_Documentation.docx]