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

The Archive Base Latest Questions

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

The table contains 4 columns: id (autoincrement), userid (unique, like ssn), status (TINYINT(1), 0

  • 0

The table contains 4 columns: id (autoincrement), userid (unique, like ssn), status (TINYINT(1), 0 or 1 values, not NULL), user_info (varchar(1000)).

Should I put index on userid column to increase performance, if:
30% of requests is

"SELECT user_info from Table1 WHERE userid='1234567'";

40% of requests is:

"SELECT user_info from Table1 WHERE userid='1234567' AND status=0";

20% of requests is:

"SELECT user_info from Table1 WHERE userid='1234567' AND status=1";

Or, there is a better way to increase the performance (I should think about indexing of status column somehow)?

Should I change something if instead of (30%,40%,20%) it will actually become (9%,90%,1%), i.e. most requests are for status=0?
Thank you.

  • 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-26T18:00:04+00:00Added an answer on May 26, 2026 at 6:00 pm

    An index on status is very unlikely to increase the SELECT performance as the column content is not diverse enough. An index on userid is very likely to increase performance a lot as the column content is very diverse.

    When you’ve defined the userid column as unique the automatically created unique index should already be used in your queries. So there’s no need to define an additional index.

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

Sidebar

Related Questions

I have a table named categories, which contains ID(long), Name(varchar(50)), parentID(long), and shownByDefault(boolean) columns.
CREATE TABLE `photos` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `photo` varchar(255) NOT NULL, `hotel_id`
My Table contains Three columns and the value looks like the following Emp_ID |
I've got a question regarding a SQL-select-query: The table contains several columns, one of
I've a table that contains 3 columns. I need to bind an event that
I have one database table which contains 8 columns. One of the columns is
So I've got a column in a table that contains a string values (keywords
I have a varchar(100) column in a table that contains a mix of integers
i have a large mysql database table in which one column contains values ranging
I have a MySQL table that contains the columns id , created_date , and

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.