Database Reference
In-Depth Information
Default
Value
Property Name
Tuned Value
Remarks
row and updating the
WHERE clause at runtime to
filter out processed rows. It
mimics the logical delete,
wherein a database row is
not deleted after it is read,
but instead a status column
isDeleted is set to true .
DeletePollingStrategy
is more optimal (from a per-
formance standpoint) as it
deletes the row read without
having to perform an addi-
tional update operation.
Enabling this property will
direct your engine to stream
the payloads to database
rather than manipulating
them in the runtime
memory.
EnableStreaming
False
True
Consider setting the prop-
erty to true when your ad-
apter is processing large
files/messages and you
want to offload some pro-
Search WWH ::




Custom Search