statement => "select x.* from table x where x.snapshot > :sql_last_value"
last_run_metadata_path => "d:/tools/elastic/logstash_x.lastrun"
use_column_value => true
tracking_column => "snapshot"
record_last_run => true
I assumed :sql_last_value was used as a bind variable/parameter and not literally replaced by the last value.
Is there a setting to change behaviour and use as a real bind parameter?
This will prevent pollution of db memory with lots of simular statements with only a different id.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.