ShadowMarta at yahoo.de wrote:
> Do you have some explanation of the terrible performace of "NOT EXIST" & 
> "LEFT JOIN" versus "NOT IN" as well ?

FTS tables can do two types of queries efficiently:
- lookups by rowid/docid;
- searches with MATCH.

Anything else (such as your "WHERE id = ?") ends up as a full table scan for 
each value.


Regards,
Clemens

Reply via email to