Re: Very slow "creating sort index"
An ANALYZE did solve the problem, for some reason some of the partitions seem to have had outdated index statistics, causing mysql not to use the index at all but apparently sort the whole table, before applying the where-condition (which results in 0 returned rows). Honestly, I cannot imagine a scenario, where this approach would make any sense.
Subject
Views
Written By
Posted
17574
July 11, 2018 08:42AM
4491
July 11, 2018 10:37AM
3888
July 11, 2018 11:31AM
Re: Very slow "creating sort index"
4028
July 11, 2018 01:00PM
3051
July 11, 2018 01:58PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.