mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Add user-configurable index hints to getComment/DocumentListByMemberSrl
This commit is contained in:
parent
91a934b7bf
commit
68ecf64a6b
2 changed files with 9 additions and 3 deletions
|
|
@ -1,7 +1,10 @@
|
|||
<query id="getCommentList" action="select">
|
||||
<query id="getCommentListByMemberSrl" action="select">
|
||||
<tables>
|
||||
<table name="comments" />
|
||||
</tables>
|
||||
<index_hint for="ALL">
|
||||
<index var="index_hint" default="idx_member_srl" type="USE" />
|
||||
</index_hint>
|
||||
<columns>
|
||||
<column name="comment_srl" />
|
||||
<column name="parent_srl" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue