From 23b76563dcc2542cff9f447e809462472cfccd88 Mon Sep 17 00:00:00 2001 From: alecpl Date: Tue, 29 Sep 2009 07:59:25 +0000 Subject: - use better index for contacts table --- SQL/postgres.initial.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SQL/postgres.initial.sql') diff --git a/SQL/postgres.initial.sql b/SQL/postgres.initial.sql index f07ca3029..a52a01f91 100644 --- a/SQL/postgres.initial.sql +++ b/SQL/postgres.initial.sql @@ -110,7 +110,7 @@ CREATE TABLE contacts ( vcard text ); -CREATE INDEX contacts_user_id_idx ON contacts (user_id); +CREATE INDEX contacts_user_id_idx ON contacts (user_id, email); -- -- Sequence "cache_ids" -- cgit v1.2.3