Changes between Version 8 and Version 9 of OtherTopics


Ignore:
Timestamp:
06/03/26 12:06:28 (3 weeks ago)
Author:
181201
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OtherTopics

    v8 v9  
    267267
    268268There is practically no change in the execution time. Because the index is not utilized for this query and only adds overhead during INSERT and UPDATE operations, we will '''not''' keep this index.
     269
     270{{{
     271#!sql
     272DROP INDEX IF EXISTS project.idx_reviews_booking_id;
     273}}}
    269274
    270275=== 3. Sitter Performance Analytics (Phase 6 Query) ===