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

Is there a best practice in getting data from multiple database tables using Zend?
Suppose I am processing a large amount of incoming data from multiple threads. I
I've been asked to populate a flash file with some data from a database.
The two posts below are great examples of different approaches of extracting data from
I am designing a web interface to a certain hardware appliance that provides its
I have an NSObject that I am using to store/hold properties of an object,
I have an app that currently holds all state in memory. It fetches a
little background: currently putting together a website that is selling products, many of which
I'm starting to dip my toes in the world of network programming and I've
I want to provide status updates during a long-running task on an ASP.NET WebForms

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.