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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T15:27:03+00:00 2026-05-26T15:27:03+00:00

I have following table. I don’t know whether defining of additional keys should cause

  • 0

I have following table. I don’t know whether defining of additional keys should cause reduction in server speed or not?
In other words, if I define 10 or more keys to any MySQL table, will my query speed be raised or not? Also, is it recommended (adding more keys to table)?

CREATE TABLE IF NOT EXISTS `xxx` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`intval1` int(11) DEFAULT NULL,
`intval2` int(11) DEFAULT NULL,
`intval3` int(11) DEFAULT NULL,
`intval4` int(11) DEFAULT NULL,
`intval5` int(11) DEFAULT NULL,
`intval6` int(11) DEFAULT NULL,
`intval7` int(11) DEFAULT NULL,
`intval8` int(11) DEFAULT NULL,
`intval9` int(11) DEFAULT NULL,
`intval10` int(11) DEFAULT NULL,
`intval11` int(11) DEFAULT NULL,
`intval12` int(11) DEFAULT NULL,
`intval13` int(11) DEFAULT NULL,
`intval14` int(11) DEFAULT NULL,
`intval15` int(11) DEFAULT NULL,
`intval16` int(11) DEFAULT NULL,
`intval17` int(11) DEFAULT NULL,
`intval18` int(11) DEFAULT NULL,
`intval19` int(11) DEFAULT NULL,
`intval20` int(11) DEFAULT NULL
)
  • 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-26T15:27:03+00:00Added an answer on May 26, 2026 at 3:27 pm

    Any index you add will slow down inserts and updates of values in the indexed columns because the index(es) will need to be updated. (This might be offset by speed-up on updates that use a WHERE clause.)

    Otherwise, the only way to answer your question is to know what queries will be issued against the table. If a query will require MySQL to look up rows by value of id and/or intval1, then an index on intval2 won’t speed up anything.

    Generally, you should only index columns that help with your queries. For further information, check out the MySQL manual section on Optimization and Indexes.

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

Sidebar

Related Questions

i have the following table data in ms sql server table name category and
So I don't know if this is acceptable or not. I have the following
I have following table structure table domains ID | name | ________________________ 1 |
I have following table: <table class=AMDetailTableCss id=tblQueueHistory cellspacing=5 cellpadding=5 > <tr> <td id=Working> <div
I have following table Id | Status | date ------------------- 1 | Onsite |2007
I'm using: Rails 3.0.9 Activerecord-sqlserver-adapter 3.0.15 TinyTds MSSQL 2005 I have following table: CREATE
I am having issues with a sql query. I have following table (I simplified
I have the following table in my database Membership ComapanyId IsMember JoinedDate ExpiryDate RejoinDate
I have this following table (I'm thinking of putting this as a datatable ,
I have the following table | id | title | parent | ------------------------ |

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.