Ok i'm ok with the fact the solr gonna do X request to database for X
update.. but when i try to run the delta-import command with 20000 row to
update is it normal that its kinda really slow ~ 1 document fetched / sec ?



Noble Paul നോബിള്‍  नोब्ळ् wrote:
> 
> not possible really,
> 
> that may not be useful to a lot of users because there may be too many
> changed ids and the 'IN' part can be really long.
> 
> You can raise an issue anyway
> 
> 
> 
> On Mon, Mar 23, 2009 at 9:30 PM, AlexxelA <alexandre.boudrea...@canoe.ca>
> wrote:
>>
>> I'm using the delta-import command.
>>
>> Here's the deltaQuery and deltaImportQuery i use :
>>
>> select uid from profil_view where last_modified >
>> '${dataimporter.last_index_time}'
>> select * from profil_view where uid='${dataimporter.delta.uid}
>>
>> When i look at the delta import status i see that the total request to
>> datasource equal the number of modification i had.  Is it possible to
>> make
>> only one request to database and fetch all modification ?
>>
>> select * from profil_view where uid in ('${dataimporter.delta.ALLuid}')
>> (something like that).
>> --
>> View this message in context:
>> http://www.nabble.com/Delta-import-tp22663196p22663196.html
>> Sent from the Solr - User mailing list archive at Nabble.com.
>>
>>
> 
> 
> 
> -- 
> --Noble Paul
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Delta-import-tp22663196p22689588.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to