Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3395952
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T04:21:00+00:00 2026-05-18T04:21:00+00:00

It is said, from data loading perspective its better to have small number of

  • 0

It is said, from data loading perspective its better to have small number of indexes with multiple columns than multiple indexes with small number of columns in each?
Kindly tell me the reason for this.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T04:21:01+00:00Added an answer on May 18, 2026 at 4:21 am

    The reason is that each index requires a separate data structure to be maintained by the db engine. So f you have many small indexes you have many such structures. If you have one with many columns you have one structure.

    But actually there is better reasons to use one large index as opposed to many small:
    1) Less synchronization work to be done! Only one index
    2) You can have a clustered index (of course not too big) which is == to speed. Usually you can’t define multiple cluster indexes.

    So in other words: It’s less stressful on the db engine since it can juggle with less data structures. More over maybe you are doing something wrong if you have so many indexes – design issue here. Not that it’s necessary to have a design issue but 95% of the cases I’ve seen many index = design error. So you use less indexes (best one only clustered) with more columns:) Insert/update may be slower but this you have to decide for your particular case: what is done more frequently ore select or persist of the data? If select follow my suggestion if not many small indexes may make more sense (or not 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm loading data from an array and dropping pins for entries with a specified
I have a web page which, upon loading, needs to do a lot of
I have a TableHandler which implements table loading / reloading logic. By table I
I need to call an Ajax script to reload data from a child window.
I have a proof-of-concept JQGrid I have been playing with, but I cannot get
Here's what I'm trying to do. I have an extremely large list of items.
I have a text file containing the first 1000 prime numbers and I have
I've read many thread posts, articles etc. about binding and the thread affinity of
Ok, I'm having trouble finding an answer to this that isn't just use JSON
I'm trying to set up my site so that content in the main area

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.