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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T18:11:08+00:00 2026-05-12T18:11:08+00:00

I have a text column containing URLs that are uniqe. I need to do

  • 0

I have a text column containing URLs that are uniqe.

I need to do a SQL pattern match query, say using the ‘like’ SQL operator.

In such a scenario, will SQLite do a FTS ( Full Table Scan ) regardless of whether I have an index on that column or not ( column is a primary key )?

It seems to be that its doing a FTS as the speed of operation is telling – or is the speed impact due to the ‘like’ query although the column is indexed?

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

    The SQLite Query Planner

    4.0 The LIKE optimization

    Terms that are composed of the LIKE or
    GLOB operator can sometimes be used to
    constrain indices. There are many
    conditions on this use:

    1. The left-hand side of the LIKE or GLOB operator must be the name of
      an indexed column.
    2. The right-hand side of the LIKE or GLOB must be a string literal that
      does not begin with a wildcard
      character. […]

    Update: by default case_sensitive_like mode is OFF. Turning it ON might make it behave like =.

    PRAGMA case_sensitive_like = ON; -- OFF
    SELECT * FROM your_table WHERE field LIKE '...'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a SQL Server table containing a TEXT column and a DATETIME column
I have a text file containing 5 columns of data. The first column contains
I have a text column that should only have 1 of 3 possible strings.
I have a text column varchar(4000) with text: 'aaabbaaacbaaaccc' and I need to remove
If I have a table containing a column of text and a column of
I have a data table containing multiple columns and one column that stores somewhat
I have a text file containing data/fields which are separated by exact column no.
I have a project that requires me to match medical procedures in a SQL
I have a text file containing three columns of numbers; one column each for
So say I have a node structure like: <Row> <Column Name=Primary Number>1</Column> <Column Name=Secondary

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.