PHRAS-3023_slow-query-while-indexing_4.1

- fix bound limit depending on order/direction options
- add index on dbox:record.moddate
This commit is contained in:
Jean-Yves Gaulier
2020-04-09 19:11:08 +02:00
parent 3d5a6efcc7
commit cb6a781b02
5 changed files with 177 additions and 43 deletions

View File

@@ -3284,6 +3284,13 @@
<field>parent_record_id</field>
</fields>
</index>
<index>
<name>moddate</name>
<type>INDEX</type>
<fields>
<field>moddate</field>
</fields>
</index>
</indexes>
<engine>InnoDB</engine>
</table>