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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T02:22:40+00:00 2026-05-14T02:22:40+00:00

Do splitting fields into multiple tables ever yield faster queries? Consider the following two

  • 0

Do splitting fields into multiple tables ever yield faster queries? Consider the following two scenarios:

Table1
-----------
int PersonID
text Value1
float Value2

or

Table1
-----------
int PersonID
text Value1

Table2
-----------
int PersonID
float Value2

If Value1 and Value2 are always being displayed together, I imagine the first scenario is always faster because the second schema would require two SELECT statements.

But are there any situations where you would choose the second? If the number of records were expected to be really large?

  • 1 1 Answer
  • 1 View
  • 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-14T02:22:40+00:00Added an answer on May 14, 2026 at 2:22 am

    This is called Vertical partitioning, and in some specific situations, may yield better performance.

    From Wikipedia:

    Vertical partitioning goes beyond normalization and partitions columns even when already normalized. Different physical storage might be used to realize vertical partitioning as well; storing infrequently used or very wide columns on a different device, for example, is a method of vertical partitioning.

    A common form of vertical partitioning is to split (slow to find) dynamic data from (fast to find) static data in a table where the dynamic data is not used as often as the static.

    Creating a view across the two newly created tables restores the original table with a performance penalty, however performance will increase when accessing the static data e.g. for statistical analysis.

    You may be interested in checking out the following article, on how, when, and for how long MySpace used vertical partitioning to tackle its scalibiliy issues:

    • High Scalability: MySpace Architecture
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am converting an old dataset into a newly structured database. Currently they have
So Im reading a csv file and splitting the string with , as the
It's possible that this question either has a simple answer that's a standard practice,
For a project we do the database design at the moment. We think we
This is a more theoretical question, not a specific scenario: Let's assume, we have
I am trying to perform some n-gram counting in python and I thought I
This is easy for me to perform in TSQL, but I'm just sitting here
I am aware of the existence of the RLIKE and REGEX operators, but it
Is it somehow possible to only display the fraction digits with fmt:formatNumber ? I
I am using rdlc report, i have a column in database which i want

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.