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 988507
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T05:38:47+00:00 2026-05-16T05:38:47+00:00

Is there a performance cost to having large numbers of columns in a table,

  • 0

Is there a performance cost to having large numbers of columns in a table, aside from the increase in the total amount of data? If so, would splitting the table into a few smaller ones help the situation?

  • 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-16T05:38:48+00:00Added an answer on May 16, 2026 at 5:38 am

    If you really need all those columns (that is, it’s not just a sign that you have a poorly designed table) then by all means keep them.

    It’s not a performance problem, as long as you

    • use appropriate indexes on columns you need to use to select rows
    • don’t retrieve columns you don’t need in SELECT operations

    If you have 30, or even 200 columns it’s no problem to the database. You’re just making it work a little harder if you want to retrieve all those columns at once.

    But having a lot of columns is a bad code smell; I can’t think of any legitimate reason a well-designed table would have this many columns and you may instead be needing a one-many relationship with some other, much simpler, table.

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

Sidebar

Related Questions

Would there be any noticeable performance cost when doing this: HttpContext.Current.Request.RequestContext.RouteData.Values(key) as opposed to
Are there any performance/other implications in having an object relates to itself? (self join)
I have often wondered this, is there a performance cost of splitting a string
In Entity Framework, is there any performance cost of doing this... var businesses =
I wrote two methods to check there performance public class Test1 { private String
Is there any performance benefits to using Command objects to validate constraints over using
Is there any performance benefit/technical differences between calling EF SaveChanges() in a foreach loop
Is there any performance difference in my application if I change the number of
Is there a performance difference between the following 2 queries, and if so, then
Is there any performance different between hosting your asp.net in mono on linux and

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.