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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T22:05:49+00:00 2026-06-11T22:05:49+00:00

I have a simple query: SELECT id FROM logo WHERE (`description` LIKE %google% AND

  • 0

I have a simple query:

SELECT id
FROM logo
WHERE (`description` LIKE "%google%" AND `active` = "y")
ORDER BY id ASC 

the table logo (MyISAM) is formed by about 30 fields with 2402024 rows in it.
the field description is a varchar(255) not null.
the field active is an ENUM(‘y’,’n’) not null
the cardinality of those indexes are:

`active`: BTREE Card. 2 
`description`: BTREE Card. 200168 

EXPLAIN on the query returns this:

select_type: SIMPLE 
table: logo 
type: ALL 
possible_keys: active 
key: NULL 
key_len: NULL 
ref: NULL 
rows: 2402024 
Extras: Using where 

I am wondering why the query is not using the description index and how can I optimize the table so this query will run smoothly without a full table scan

Already optimized the table and checked for errors..

  • 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-11T22:05:50+00:00Added an answer on June 11, 2026 at 10:05 pm

    Given that your LIKE condition has a % at the beginning and end of the expression being compared, an index is useless in this context.

    An index is only useful if the comparison expression can be found in an “ordered” fashion, as in A comes before B, which comes before C. In other words, LIKE 'google%' may use an index, while LIKE '%google%' will not.

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

Sidebar

Related Questions

Say I have a simple query like this: SELECT * FROM topics ORDER BY
I have a simple query like: select count(*) from table Can I speed up
I have very simple query like this: SELECT * FROM `all_conversations` WHERE `deleted_1` !=
I have a simple MySQL query like: SELECT * FROM `content_category` CC , `content_item`
I have a simple query like this SELECT * FROM MY_TABLE; When I run
Suppose we have a simple query like this: SELECT x FROM t WHERE t.y
I have some simple query: SELECT foo, bar FROM table i think you now
I have a simple query like this: select * from mytable where id >
I have some simple query: SELECT * FROM table You all know the result:
I have a simple query like so: SELECT * FROM orders that returns all

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.