Re: Index suggestion needed for performance improvement
Posted by:
Rick James
Date: October 02, 2015 09:14PM
* Use VARCHAR, not CHAR, unless the string is really fixed length.
* Remove LEFT, it seems to be irrelevant.
* COUNT(*) instead of COUNT(content.record_num) since record_num is NOT NULL
* INDEX(anonymous, uploader)
Subject
Views
Written By
Posted
2198
September 23, 2015 11:49AM
Re: Index suggestion needed for performance improvement
980
October 02, 2015 09:14PM
1029
October 03, 2015 12:14AM
1094
October 03, 2015 12:40AM
1068
October 03, 2015 02:10AM
1086
October 04, 2015 01:15PM
1116
October 04, 2015 09:18PM
1100
October 04, 2015 01:22PM
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.