http://bugs.winehq.org/show_bug.cgi?id=21054 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hans(a)meelstraat.net --- Comment #2 from Hans Leidekker <hans(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.