mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Add index hint to ncenterlite.getNotifyList query
This commit is contained in:
parent
e0d7ae3641
commit
d6428bb71d
1 changed files with 3 additions and 3 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue