Changes between Version 9 and Version 10 of OtherTopics


Ignore:
Timestamp:
05/25/26 22:11:33 (7 weeks ago)
Author:
211099
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OtherTopics

    v9 v10  
    573573}}}
    574574Average time: 746.354 ms
    575 }}}
     575
    576576We conclude that the indexes added for this query provided no meaningful improvement, dropping from 748 ms to 746 ms (~0.We conclude that the indexes added for this query provided no meaningful improvement, dropping from 748 ms to 746 ms (~0.3%), which is within normal measurement variance. The primary bottleneck is the sort operation spilling to disk (external merge, 17.8 MB), which cannot be resolved through indexing. The indexes are therefore not kept, as they add write overhead without any measurable read benefit.