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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T23:10:25+00:00 2026-06-14T23:10:25+00:00

The table has 5 columns, 3 columns are of int data type and other

  • 0

The table has 5 columns, 3 columns are of int data type and other 2 columns are expected to store around 5MB to 10MB of string data.

Table
------ 
ID int 
ItemValue int 
Grade int 
PrimaryDesc nvarchar(max) -- will hold big data 
SecondaryDesc nvarchar(max) -- will hold big data

Now my question is, Is it okay to leave the table as is and let it grow? When I am fetching data, I will fetch only required fields (data) through ADO.Net (i.e, when user required short data only ID, ItemValue and Grade column values will be fetched and big data columns will be queried only when detailed view is requested by the user)

Is there any performance problem expected having all columns in a single table? Do you think moving PrimaryDesc and SecondaryDesc to a separate table and storing its primary key in original table will help in any ways?

Thanks in advance.

  • 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-14T23:10:26+00:00Added an answer on June 14, 2026 at 11:10 pm

    I dont think moving last 2 columns to another table will improve the performace.As long as you have proper indexes on more frequently accessing columns like ID,ItemValue etc it wont be any performance issue.

    So I suggest just keep the table structure as it is and query it.But make sure you have proper indexes.

    May be ID would be primary key (clustered inddex)
    ItemValue – Non-clustered
    Grade – Non-clustered

    This is for just one scenario.May be you can create composit indexes also based on how you query the table.

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

Sidebar

Related Questions

I have a table that has 5 columns: AcctId (int), Address1 (varchar), Address2 (varchar),
I have a table which has the below columns. Ticket_id (Primary key, Int) Attachment1
I have a table PGM_MASTER, which has three columns PGM_ID | int(11) PGM_ENV_ID |
I have a table, tblDocs that has a few columns: DocName varchar(50) DocLocation int
I have a table with around 6 million rows and has many columns with
I have a database with many tables and one particular table has columns: name
I have a table TreeStructures wich holds structures of Trees. This table has columns
PROFESSIONAL Table has many columns FIRST_NAME,MIDDLE_NAME, LAST_NAME, TITLE_CODE, COMMUNICATION_TYPE_CODE, COMMUNICATION_VALUE PROFESSIONAL Table COMMUNICATION_TYPE_CODE column
if i have a table which has columns with fixed lenght, Will mySQL count
I have created a table in Visual Studio. That table has two columns. First

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.