What are your SQL Indexes? - Postet den (983 Views)
Average Member
SiSL
Innlegg: 671
671
Just curious,

are there any different SQL Server 2005+ indexes you have added to improve performance of Snitz other than default ones, if so, what are they?
   
 Sidestørrelse 
Postet den
Retired Support Moderator
MarcelG
Innlegg: 2625
2625
I haven't added any indexes for my main site (oxle.com), and to be honest I have no idea where to start.
I'd like to increase performance of the search function though, as that function seems useless in the current form (for me at least). Instead of searching on the forum itself I use Google to search my own site (in the form of "site:oxle.com + keywords").
Postet den
Forum Admin
HuwR
Innlegg: 20611
20611
Even indexes will not fix the search as it is, the whole of the search code needs re-writing to be optimised for the database in use, and if possible freetext indexing should be used. There are mods around that do one or both of those things.
There is no tried and tested index additions, since they really depend on how the majority of users use the forum, the only way to find out is to run the sql profiling tools while your forum is being used and then sql will tell you if you need to create/change your indexes.
Postet den
Advanced Member
Etymon
Innlegg: 2396
2396
Thanks guys!
This is a great topic to focus on.
I think it will help a lot of people. smile
 
Du må legge inn en melding