Viewing 8 posts - 1 through 9 (of 9 total)
Carl Federl (6/8/2009)
June 8, 2009 at 6:15 am
Here are the results of applying Carl's recommendations:
1. Materialized view:
I Created a view with schemabinding option combining id,CountryCode and CityNameAlias. Created clustered index on (CountryCode,CityNameAlias). There was no performance improvement...
June 8, 2009 at 2:25 am
Carl,
Thank you very much for your last post. Every single word makes perfect sense.
It's obvious that dealing with your recommendations will take some time, so I'll post the results in...
June 4, 2009 at 8:05 am
Carl,
Can you advise the frequency of changes (insert,updates and deletes)?
Is this user entered on a one by one basis or mass updated on a scheduled basis ?
The tables are fresh...
June 4, 2009 at 7:42 am
Carl Federl,
The statistics you requested are available here.
I'm ready to post them is CSV/XLS format if required. Just let me know.
Thanks in advance.
June 4, 2009 at 3:37 am
Carl Federl,
I'll run the statements later today and provide the result.
June 3, 2009 at 11:16 pm
Lowell,
as I understand it, the LIKE '%pattern%' will always require a tablescan, since parts of the string are not indexed.
if the pattern is 'pattern%', so the value always starts...
June 3, 2009 at 11:12 pm
Wayne,
The actual execution plan of the query you propose is the same as with the two quries I posted. Same poor performance ;-(
June 3, 2009 at 11:05 pm
Viewing 8 posts - 1 through 9 (of 9 total)