Changes between Initial Version and Version 1 of Ticket #18210, comment 11
- Timestamp:
- 05/15/2017 01:51:12 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18210, comment 11
initial v1 5 5 WHERE meta_key = BINARY 'Billing_last_name' 6 6 }}} 7 Not that it's also important from a performance perspective to place the BINARY keyword on the value side of the equals or regexp (otherwise, you may not be able to benefit from the existing index).7 Note that it's also important from a performance perspective to place the BINARY keyword on the value side of the equals or regexp (otherwise, you may not be able to benefit from the existing index).