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

Reply via email to