|
-
Apr 21st, 2009, 04:17 PM
#16
Thread Starter
Frenzied Member
Re: [SQL Server] A column: to Index or not to Index
 Originally Posted by Pradeep1210
Won't it be a bad idea to consider multi-column index where single column index is required?
some columns are used with other columns in more scenarios but then those other columns are also used in other parts of the app which made the composite index a bad idea. Looking at it now, It's probably better to just leave it with 1 index per field. The indexed fields are necessary as the database grows but then there's the problem with the database size. I do like to keep things simple and I don't think there are ways to avoid the database size problem apart from taking the app back to the drawing board.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|