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:
commit
09ab642d2b
1 changed files with 15 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue