commit | 4b64b6e8f448938434cb1e022a4e7dfaae8f9c8c | [log] [tgz] |
---|---|---|
author | Makoto Onuki <omakoto@google.com> | Wed Jul 27 16:31:59 2011 -0700 |
committer | Makoto Onuki <omakoto@google.com> | Wed Jul 27 17:14:06 2011 -0700 |
tree | dca076b6bb7bff4b60f67f03cbffbd215c1ea502 | |
parent | 9a5dfea6acfb15cff4654e10ea96ecd50a4d15b5 [diff] |
Query speed up with "raw_contact_is_user_profile" check Put the raw_contact_is_user_profile after user'selection, not before. This check is slow but most of the rows would just pass the check, it's better to do this check after user's selection. This change will make the group member list query more than twice as fast. Bug 5087853 Change-Id: I07e7ecb3324601d0c38b5c1aba82d8bdb2501438