November 22, 2018 at 5:33 pm
Ah... beware... I just had a trusted friend tell me that he's been testing TRANSLATE and that, unless you use something like binary collation, it's a dog for performance. I can't test it myself because I don't have 2017 yet.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 22, 2018 at 6:03 pm
Jeff Moden - Thursday, November 22, 2018 5:33 PMAh... beware... I just had a trusted friend tell me that he's been testing TRANSLATE and that, unless you use something like binary collation, it's a dog for performance. I can't test it myself because I don't have 2017 yet.
That doesn't surprise me - if you think about collations, they must be a nightmare to implement (not just for TRANSLATE, but also for equality testing, sorting, indexing, etc.). The more I actually think about collations, the more I realize why one should never use character fields for keys if performance matters at all.
Viewing 2 posts - 16 through 16 (of 16 total)
You must be logged in to reply to this topic. Login to reply