DBAsupport.com Forums - Powered by vBulletin
Results 1 to 10 of 12

Thread: 10 one-column indexes

Threaded View

  1. #6
    Join Date
    Mar 2002
    Location
    Mesa, Arizona
    Posts
    1,204
    10 indexes on the same column within the same table is bad any way you slice it!

    10 indexes on different columns within the same table makes sense.

    I'd second slimdave's comment to look at the code. You might be able to drop an index or two or concatenate some.

    10 indexes on a DW table is not too uncommon, especially if ad-hoc queries are being thrown at it.
    Last edited by KenEwald; 06-12-2003 at 04:56 PM.
    "I do not fear computers. I fear the lack of them." Isaac Asimov
    Oracle Scirpts DBA's need

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width