A SELECT statement for Mysql
Posted
by Hossein
on Stack Overflow
See other posts from Stack Overflow
or by Hossein
Published on 2010-05-13T23:47:12Z
Indexed on
2010/05/13
23:54 UTC
Read the original article
Hit count: 206
I have this table: id,bookmarkID,tagID I want to fetch the top N bookmarkIDs for a given list of tags. Does anyone know a very fast solution for this? the table is quite large(12 million records) I am using MySql
© Stack Overflow or respective owner