1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-17 09:18:44 +01:00
phorge-phorge/src
Jakub Vrana 3391e3d34b Use (a = ? AND b = ?) instead of (a, b) IN (?, ?)
Summary: MySQL is not able to use indexes with searching for tuples.

Test Plan:
Explained the query before and after, saw `key_len` 16 instead of 8.
Also saw time 0.0 s instead of 2.9 s (but that was probably caused by warming up).

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D5580
2013-04-05 23:02:06 -07:00
..
aphront Added basic hovercard controller 2013-04-03 08:35:41 -07:00
applications Use (a = ? AND b = ?) instead of (a, b) IN (?, ?) 2013-04-05 23:02:06 -07:00
docs Use (a = ? AND b = ?) instead of (a, b) IN (?, ?) 2013-04-05 23:02:06 -07:00
infrastructure Use (a = ? AND b = ?) instead of (a, b) IN (?, ?) 2013-04-05 23:02:06 -07:00
view Hovercard front-end code & stuff 2013-04-05 08:44:53 -07:00
__celerity_resource_map__.php Introduce some convenience methods for handle rendering 2013-04-05 17:01:44 -07:00
__phutil_library_init__.php Delete license headers from files 2012-11-05 11:16:51 -08:00
__phutil_library_map__.php Adding hovercard event listeners for Users, Revisions, Conpherence and Commits 2013-04-05 17:01:54 -07:00