Following on from this issue: #1138208: MySQL Query Enhancements based on PressFlow
It is suggested we create a Pressflow mode to enhance the performance of the module by dropping the use of the ANSI SQL LOWER() function.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1433038-2-pressflow_mode.patch | 4.13 KB | greg.harvey |
Comments
Comment #1
stevecowie commentedProposed method is to have add an 'optimize for pressflow' option explaining that this will remove lower() function from mysql statements in line with pressflow but not with D6 core. If this is selected, the sql statements will have lower removed; if not they will stay as is.
Comment #2
greg.harveyHere's a patch for this. I did test it, it seems fine. If someone could '+1' it then it can be committed.
Comment #3
stevecowie commentedVersion no longer supported