[logstash-input-jdbc plugin] Additional tracking column types

Hello,

In current version of Logstash (6.0) only two data types are supported for "tracking_column_type". It is numeric and timestamp.

Is it possible somehow to use RowVersion data type which is semantically equivalent to a binary(8) column?

Using existing timestamp data type is not always an option. For example, if we are using jdbc_paging_enabled and several rows have the same value in tracking column then we may have data loss if these rows "lies" on the border of the two pages.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.