Add index hint to ncenterlite.getNotifyList query

This commit is contained in:
Kijin Sung 2018-01-04 12:08:05 +09:00
parent e0d7ae3641
commit d6428bb71d

View file

@ -2,16 +2,16 @@
<tables>
<table name="ncenterlite_notify" />
</tables>
<index_hint for="ALL">
<index table="ncenterlite_notify" name="idx_member_srl_and_readed" type="USE" />
</index_hint>
<columns>
<column name="*" />
</columns>
<conditions>
<condition operation="equal" column="member_srl" var="member_srl" filter="number" notnull="notnull" />
<condition operation="equal" column="readed" var="readed" pipe="and" />
</conditions>
<navigation>
<index default="regdate" var="list_order" order="desc" />
<list_count var="list_count" default="5" />