Skip to content
Snippets Groups Projects
Commit a339855b authored by Frank Karlitschek's avatar Frank Karlitschek
Browse files

add another index to the filecache to reduce the number of queries without a matching index

parent cff9440a
No related branches found
No related tags found
No related merge requests found
...@@ -400,6 +400,21 @@ ...@@ -400,6 +400,21 @@
</field> </field>
</index> </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> </declaration>
</table> </table>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment