MySQL query optimization.
Posted
by
PiKey
on Stack Overflow
See other posts from Stack Overflow
or by PiKey
Published on 2012-07-11T09:11:45Z
Indexed on
2012/07/11
9:15 UTC
Read the original article
Hit count: 207
I'm so bad in making good MySQL queries. I've created this one:
products
Table have about 17k rows,
allegro
Table have about 3k of rows.
The query Idea is select all products, where stock_quanity > 3, where is photo, and where is no product id in allegro
table.
Now query takes about 10 seconds... I have no idea how I can optimize this query.
Please help my, I'll be thankfully! :) & Sorry for my bad English also
© Stack Overflow or respective owner