Thank You Clemens,

>>INSERT INTO OCR(docid, FullOCR) VALUES (42, 'xxx');
I understand now what you are trying to tell me I have misunderstood the 
documentation. - or lack of it -

Do you have some explanation of the terrible performace of "NOT EXIST" & 
"LEFT JOIN" versus "NOT IN" as well ?
Regardless of you would not use fts in this way.

KR,
Marta


-----Original Message----- 
From: Clemens Ladisch
Sent: Sunday, May 24, 2015 4:23 PM
To: sqlite-users at mailinglists.sqlite.org
Subject: Re: [sqlite] NOT EXISTS and LEFT JOIN Performance problem

ShadowMarta at yahoo.de wrote:
>> You should drop the ID column, and in your queries use the docid instead.
>
> Not possible.
> I fill the rows in a parallel loop, the IDs are in disorder and they are 
> the link to table ?ART.ID?.

INSERT INTO OCR(docid, FullOCR) VALUES (42, 'xxx');


Regards,
Clemens
_______________________________________________
sqlite-users mailing list
sqlite-users at mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users 

Reply via email to