What are your SQL Indexes? - نوشته شده در (984 Views)
Average Member
SiSL
مطلب: 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?
 پیش‌فرض مرتب‌سازی برای تاریخ DESC به معنی جدیدترین است  
 تعداد در صفحه 
نوشته شده در
Retired Support Moderator
MarcelG
مطلب: 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").
نوشته شده در
Forum Admin
HuwR
مطلب: 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.
نوشته شده در
Advanced Member
Etymon
مطلب: 2396
2396
Thanks guys!
This is a great topic to focus on.
I think it will help a lot of people. smile
 
شما باید یک متن وارد کنید