From 707de3e644c6e9119135c4784b11ec29d2edbced Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Mon, 25 Mar 2013 17:54:45 +0100 Subject: [PATCH] Add Index to properties table for better performance on upgrade --- db_structure.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/db_structure.xml b/db_structure.xml index 3ce41096d9e..0f3def9fcd9 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -651,6 +651,22 @@ 255 + + property_index + + propertyname + ascending + + + propertypath + ascending + + + userid + ascending + + +