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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:10:02+00:00 2026-05-23T08:10:02+00:00

(with SQL Server 2008) I have a big table (~50M records) that is fully

  • 0

(with SQL Server 2008) I have a big table (~50M records) that is fully normalized. There are 4 primary columns, and one of the them has only three possible entries- A, B, and C. The issue is, often there is much redundancy for this column. That is to say, there can be many records with value A, and then many repeated records that are identical in all respects, except with value B (and/or C). This redundancy does not always happen, but it’s frequent enough that it greatly increases the record count and I wish to be rid of it.

My idea is that instead of A, B, C being choices for a column, I’ve thought about creating 3 bit columns titled A, B, C. Then in the case of the aforementioned redundancies for these values, I don’t have to create repeated records, but instead just have one record and then flag the A, B, and/or C columnns as necessary.

These seems unorthodox so I thought I’d see what the experts think. One thing is that there would be three different uniqueness contraints for this table, each including all the other primary keys plus one of the three flag columns.

[EDIT] To clarify on the meaning of “many repeated records”, one of the other PK’s is a date column. So for example, there could be 1000 records of different dates with entry A, and then another 1000 records of the same dates (and other columns identical) but with entry B. So that is how even with only three choices there can still be lots of redundancy.

  • 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-23T08:10:03+00:00Added an answer on May 23, 2026 at 8:10 am

    How about creating a separate table that stores these “flags”, foreign key’d back to your original table?

    Table1 (original table)
    ———————-
    PriKey1 (PK for Table1)

    Col1
    Col2

    Table2 (new table)
    ——————
    PriKey2 (PK for Table2)
    PriKey1 (FK to Table1)
    A
    B
    C

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

Sidebar

Related Questions

In SQL Server 2008: I have one table, and I want to do something
I'm using SQL Server 2008 and I have a table with three columns: Length
In SQL server 2008 I have table Theory with columns Thesis and Class. Thesis
I have SQL Server 2008 Ent and OLTP database with two big tables. How
In SQL Server 2008: I have two tables, dtlScheme and dtlRenewal, with a one
I am using T/SQL in Microsoft SQL Server 2008 I have a table CREATE
I am working with a big table (~100.000.000 rows) in SQL Server 2008. Frequently,
We have a system that uses SQL Server 2008 in tandem with MongoDB, using
In SQL Server 2008 I have a Table- Fruits Items Orders Bananas 6 Bananas
for SQL Server 2008 R2 I have a resultset that looks like this (note

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.