Re: Elasticsearch JDBC river plugin- Interval vs Schedule.

2015-01-18 Thread 4m7u1
Okay got it. Thanks :). And are both the same when it comes to performance? >> -- >> 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 elasticsearc...@goo

Re: Elasticsearch JDBC river plugin- Interval vs Schedule.

2015-01-16 Thread joergpra...@gmail.com
"schedule" is synchronized with the wall clock time of the system. "interval" is the elapsing time between two runs, the plugin simply waits that period. Jörg On Fri, Jan 16, 2015 at 11:18 AM, 4m7u1 wrote: > > In JDBC river plugin for Elasticsearch, what is the difference between > "interval" a

Elasticsearch JDBC river plugin- Interval vs Schedule.

2015-01-16 Thread 4m7u1
In JDBC river plugin for Elasticsearch, what is the difference between "interval" and "schedule"? Both are used to keep Elasticsearch in sync with the database. Which one is better? -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscr