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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T17:55:23+00:00 2026-05-13T17:55:23+00:00

I already looked up many posts about this problem (subqueries being very slow in

  • 0

I already looked up many posts about this problem (subqueries being very slow in sqlite). but I’m not really good with sql and i don’t know what i can do.

i have this query:

SELECT * FROM data d WHERE d.category = 3 AND 
(SELECT COUNT(id) FROM data_tag WHERE data = d.id AND (tag = 2136 OR tag = 8)) >= 2 
ORDER BY id ASC

i have 3 tables
data,tag and data_tag (n-m of data and tag)
every data has n tags and in this query i search datas by tags (2 tags, both must be in data)

i switched my database from SQL Server to sqlite and besides this query everything works fine.
in SQL Server this one took less then 1 sec to execute and in sqlite it takes about 1min.
plz give me some tips.

  • 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-13T17:55:23+00:00Added an answer on May 13, 2026 at 5:55 pm
    SELECT d.* FROM data d
    INNER JOIN data_tag ON data_tag.data = d.id AND (tag = 2136 OR tag = 8)
    WHERE d.category = 3 
    GROUP BY d.id
    HAVING COUNT(data_tag.id) >= 2 
    ORDER BY id ASC
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've already looked around but couldn't find the exact solution/problem I'm having right now.
I have looked at many posts but unable to find an answer to my
I realize that there are many threads already posted that deal with this very
I've looked through the various questions already asked on this topic, and I've spent
I've looked at a number of answers already on stackoverflow, but none of the
Quick question (and sorry if it's already been asked, I have looked but couldn't
I've already looked at this question , and I've already checked out the suggestions
I've looked trough the already asked questions but couldn't find an answer. I've some
I have been struggling with this issue for about 10 hours straight. I really
I've been stuck at this for quite some time. I've looked at many other

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.