Merge pull request #8807 from owncloud/add_filecache_index

add another index to the filecache to reduce the number of queries witho...
This commit is contained in:
Vincent Petry 2014-06-02 11:11:04 +02:00
commit 09ab642d2b
1 changed files with 15 additions and 0 deletions

View File

@ -400,6 +400,21 @@
</field>
</index>
<index>
<name>fs_storage_size</name>
<field>
<name>storage</name>
<sorting>ascending</sorting>
</field>
<field>
<name>size</name>
<sorting>ascending</sorting>
</field>
<field>
<name>fileid</name>
</field>
</index>
</declaration>
</table>