Improve: Index for file_map

Added two indices for file_map, that improve syncing and uploading and deleting files
This commit is contained in:
windaishi 2014-10-17 15:03:27 +02:00 committed by Lukas Reschke
parent dfcd4acd5a
commit c9b5608405
1 changed files with 18 additions and 0 deletions

View File

@ -172,6 +172,24 @@
</field>
</index>
<index>
<name>file_map_logic_path</name>
<unique>false</unique>
<field>
<name>logic_path</name>
<sorting>ascending</sorting>
</field>
</index>
<index>
<name>file_map_physic_path</name>
<unique>false</unique>
<field>
<name>physic_path</name>
<sorting>ascending</sorting>
</field>
</index>
</declaration>
</table>