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

  • Home
  • SEARCH
  • 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 657535
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T22:50:06+00:00 2026-05-13T22:50:06+00:00

If I have a table column with data and create an index on this

  • 0

If I have a table column with data and create an index on this column, will the index take same amount of disc space as the column itself?

I’m interested because I’m trying to understand if b-trees actually keep copies of column data in leaf nodes or they somehow point to it?

Sorry if this a “Will Java replace XML?” kind question.

UPDATE:

created a table without index with a single GUID column, added 1M rows – 26MB

same table with a primary key (clustered index) – 25MB (even less!), index size – 176KB

same table with a unique key (nonclustered index) – 26MB, index size – 27MB

So only nonclustered indexes take as much space as the data itself.

All measurements were done in SQL Server 2005

  • 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-13T22:50:06+00:00Added an answer on May 13, 2026 at 10:50 pm

    The B-Tree points to the row in the table, but the B-Tree itself still takes some space on disk.

    Some database, have special table which embed the main index and the data. In Oracle, it’s called IOT — index-organized table.

    Each row in a regular table can be identified by an internal ID (but it’s database specific) which is used by the B-Tree to identify the row. In Oracle, it’s called rowid and looks like AAAAECAABAAAAgiAAA 🙂

    If I have a table column with data and
    create an index on this column, will
    the index take same amount of disc
    space as the column itself?

    In a basic B-Tree, you have the same number of node as the number of item in the column.

    Consider 1,2,3,4:

        1 
      / 
    2
       \ 3 
          \ 4
    

    The exact space can still be a bit different (the index is probably a bit bigger as it need to store links between nodes, it may not be balanced perfectly, etc.), and I guess database can use optimization to compress part of the index. But the order of magnitude between the index and the column data should be the same.

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

Sidebar

Related Questions

I have table with column Percentage varchar(10) Data in that table is Pecentage 2/10
In Oracle, I have a table with a column of data type NUMBER. I
I have data table containing one column as FilePath. FilePath D:\New folder\link.txt D:\New folder\SharepointMigration(Work
I have a table of data that I need to dynamically add a column
I have a table RDCAlerts with the following data in a column of type
I have a table with a phone column, where data may have spaces, dots,dashes
I have a db table containing a column display_order . The data looks like
I have some data in an SQL table with an XML datatype column where
If I have an table create table sv ( id integer, data text )
I have a table of the form CREATE TABLE data { pk INT PRIMARY

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.