mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +01:00
Add indexes for speedingup db queries
This commit is contained in:
parent
c1d7f53673
commit
cbe3ff9c66
@ -183,6 +183,13 @@
|
|||||||
<length>4</length>
|
<length>4</length>
|
||||||
</field>
|
</field>
|
||||||
|
|
||||||
|
<index>
|
||||||
|
<name>c_addressbook_userid_index</name>
|
||||||
|
<field>
|
||||||
|
<name>userid</name>
|
||||||
|
<sorting>ascending</sorting>
|
||||||
|
</field>
|
||||||
|
</index>
|
||||||
</declaration>
|
</declaration>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
@ -243,6 +250,14 @@
|
|||||||
<length>4</length>
|
<length>4</length>
|
||||||
</field>
|
</field>
|
||||||
|
|
||||||
|
|
||||||
|
<index>
|
||||||
|
<name>c_addressbookid_index</name>
|
||||||
|
<field>
|
||||||
|
<name>addressbookid</name>
|
||||||
|
<sorting>ascending</sorting>
|
||||||
|
</field>
|
||||||
|
</index>
|
||||||
</declaration>
|
</declaration>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
@ -304,6 +319,14 @@
|
|||||||
<length>4</length>
|
<length>4</length>
|
||||||
</field>
|
</field>
|
||||||
|
|
||||||
|
<index>
|
||||||
|
<name>cp_contactid_index</name>
|
||||||
|
<field>
|
||||||
|
<name>contactid</name>
|
||||||
|
<sorting>ascending</sorting>
|
||||||
|
</field>
|
||||||
|
</index>
|
||||||
|
|
||||||
<index>
|
<index>
|
||||||
<name>cp_name_index</name>
|
<name>cp_name_index</name>
|
||||||
<field>
|
<field>
|
||||||
|
@ -1 +1 @@
|
|||||||
0.3
|
0.3.0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user