0
votes
2answers
320 views

Should i index all columns in a list?

I have a screen where the user will be querying using all columns in the list. Should i index every column. What are the rules around this? Would there be any performance problems?
1
vote
1answer
447 views

Indexing sharepoint lists with ps

I would like to index a column in a list with powershell. I have a problem, when i retrieve the list how can i set what field should be put to index? Is there a special command, can anyone provide me ...
2
votes
1answer
291 views

When will an index be created for a column?

I have a SharePoint 2007 List and it has almost 10 columns and 1000+ items, I want to enable the Index for a specific column is in the list. If I enable the index now then when it will create an index ...