does ES jdbc river/feeder have a mechanism to feed data from database into 
ES via jdbc incrementally in a stepwise function? 
I have billions of records to be imported into ES from mysql and a select * 
from my table would take a long time and be interrupted due to db timeout. 
I need to do select * from my_table where my_id>start_id and my_id<end_id 
and iterate through somehow. feeder/river doesn't seem to provides such 
mechanism, or am I missing something?

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/f8640525-fc46-4dcd-8fbe-a4ce0cd50f78%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to