mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +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>
|
<tables>
|
||||||
<table name="ncenterlite_notify" />
|
<table name="ncenterlite_notify" />
|
||||||
</tables>
|
</tables>
|
||||||
|
<index_hint for="ALL">
|
||||||
|
<index table="ncenterlite_notify" name="idx_member_srl_and_readed" type="USE" />
|
||||||
|
</index_hint>
|
||||||
<columns>
|
<columns>
|
||||||
<column name="*" />
|
<column name="*" />
|
||||||
</columns>
|
</columns>
|
||||||
|
|
||||||
<conditions>
|
<conditions>
|
||||||
<condition operation="equal" column="member_srl" var="member_srl" filter="number" notnull="notnull" />
|
<condition operation="equal" column="member_srl" var="member_srl" filter="number" notnull="notnull" />
|
||||||
<condition operation="equal" column="readed" var="readed" pipe="and" />
|
<condition operation="equal" column="readed" var="readed" pipe="and" />
|
||||||
</conditions>
|
</conditions>
|
||||||
|
|
||||||
<navigation>
|
<navigation>
|
||||||
<index default="regdate" var="list_order" order="desc" />
|
<index default="regdate" var="list_order" order="desc" />
|
||||||
<list_count var="list_count" default="5" />
|
<list_count var="list_count" default="5" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue