added an index on the groupings table for the userId column

This commit is contained in:
Doug Bell 2007-05-29 17:06:35 +00:00
parent 1bdbb186aa
commit 3257456df7
2 changed files with 29 additions and 0 deletions

View file

@ -13,6 +13,8 @@
LIMIT clauses.
- add: SyndicatedContent wobject now has more ways of representing the long
description from the RSS feed.
- Added an index on the userId column of the groupings table to speed up
queries for groupIds by userId (instead of the usual userIds by groupId)