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

Thread: composite indexes

Hybrid View

  1. #1
    Join Date
    Jan 2001
    Posts
    157

    Unhappy

    Does composite indexes require more space during index creation than a single column index? If yes how?

    Something is "bugging" me out.
    When I tried to create a composite index on three columns I ran out of space. But if I use the same storage parameter to create a single column index, I do not run out sf space.

  2. #2
    Join Date
    Apr 2001
    Posts
    219
    Yes, a composite index will take up more space, becuase of more data. Now, does it grow expoentially? I do not know.
    ______________________
    Applications come and go,
    but the data remains!

  3. #3
    Join Date
    Oct 2001
    Location
    Toronto, Canada
    Posts
    236
    Hello! Composite index would have to have more than one column and will require space for all teh columns plus a bit of overhead vs single column index which needs storage for one column and some overhead.

    Leo

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