Changes between Version 13 and Version 14 of OtherTopics


Ignore:
Timestamp:
09/15/26 05:35:47 (12 days ago)
Author:
232012
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OtherTopics

    v13 v14  
    336336}}}
    337337
    338 The query was executed 10 times with each execution time shown bellow:
     338The query was again executed 10 times with each execution time shown bellow:
    339339
    340340{{{
    … …  
    606606}}}
    607607
    608 The query was executed 10 times with each execution time shown bellow:
     608The query was again executed 10 times with each execution time shown bellow:
    609609
    610610{{{
    … …  
    946946because scanning the table and performing the hash joins was estimated to be cheaper for the current data distribution.
    947947
    948 The query was executed 10 times with both indexes present and the average execution time was: **97.710 ms**
     948The query was again executed 10 times with both indexes present and
     949
     950{{{
     951
     952}}}
     953
     954The average execution time was: **97.710 ms**
    949955
    950956The unused {{{idx_order_products_product_order}}} index was removed after testing.