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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T09:22:08+00:00 2026-06-05T09:22:08+00:00

I was wondering which approach is better for designing databases? I have currently one

  • 0

I was wondering which approach is better for designing databases?

I have currently one big table (97 columns per row) with references to lookup tables where I could.

Wouldn’t it be better for performance to group some columns into smaller tables and add them key columns for referencing one whole row?

  • 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-06-05T09:22:09+00:00Added an answer on June 5, 2026 at 9:22 am

    If you split up your table into several parts, you’ll need additional joins to get all your columns for a single row – that will cost you time.

    97 columns isn’t much, really – I’ve seen way beyond 100.

    It all depends on how your data is being used – if your row just has 97 columns, all the time, and needs to 97 columns – then it really hardly ever makes sense to split those up into various tables.

    It might make sense if:

    • you can move some “large” columns (like XML, VARCHAR(MAX) etc.) into a separate table, if you don’t need those all the time -> in that case, your “basic” row becomes smaller and your basic table will perform better – as long as you don’t need those extra large column

    • you can move away some columns to a separate table that aren’t always present, e.g. columns that might be “optional” and only present for e.g. 20% of the rows – in that case, you might save yourself some processing for the remaining 80% of the cases where those columns aren’t needed.

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

Sidebar

Related Questions

I was just wondering which approach is better. Creating a complex select query with
just wondering which approach would be better if both blocks of code would yield
I'm wondering which is better approach from performance point of view, is it better
I'm wondering which approach is better and why: a) .append('<div class=load id=XXX></div>) b) .append('<div></div>').addClass('load').attr('id',
I am unsure on which approach will give me a better performance: I have
I'm wondering which of the following is going to result in better performance for
I'm wondering if there is a better way to approach this problem. The objective
I'm wondering whether I can get a consensus on which method is the better
I am wondering which one of these would be considered the cleanest or best
I have come across a situation today which has me wondering about best practices.

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.