http://bugs.winehq.org/show_bug.cgi?id=21054
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@meelstraat.net
--- Comment #2 from Hans Leidekker hans@meelstraat.net 2009-12-18 05:01:56 --- Commit 6df6332198597aa0e03f9e15c9f4e8c883356f3b shows that native rejects greater than and less than comparisons of strings in WHERE clauses, which suggests a performance improvement.
If we can guarantee that all string operands in the WHERE clause are taken from the string table, string comparison would reduce to comparing string string ids.
A smarter join algorithm would likely help here too.