Skip to content
Snippets Groups Projects
Commit 09ab642d authored by Vincent Petry's avatar Vincent Petry
Browse files

Merge pull request #8807 from owncloud/add_filecache_index

add another index to the filecache to reduce the number of queries witho...
parents 27c8c87e a339855b
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment