Re: Innodb full table scan if query return 0 rows
I have tried an index (plug, created)
this index speed up the query if there are no data in the specified range, but slow down any other query.
all my query must return data ordered by created field.
the index (plug, created) seem that cannot be used for ordering data, instead index (created, plug) can.
solving one issue will create a new one.
Subject
Views
Written By
Posted
1888
August 20, 2016 03:59AM
975
August 20, 2016 09:27AM
900
August 21, 2016 09:40PM
885
August 24, 2016 10:58AM
919
August 24, 2016 05:32PM
879
August 25, 2016 01:31AM
951
August 25, 2016 07:37PM
995
August 27, 2016 04:31AM
970
August 27, 2016 01:39PM
Re: Innodb full table scan if query return 0 rows
1066
August 29, 2016 03:27AM
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.