Hi,

IgniteDataLoader has "allowOverwrite" property which is set to "false" by
default. It means that in case some entries are already in cache, their
updates initiated in data loader will be ignored silently.

I understand that we set it to "false" by default for performance reasons,
but I think this behavior is too counterintuitive for user, so that it
outweights performance gain. If I update an entry through data loader I
expect that it will be updated, unless I explicitly set something else.

Thoughts?

Vladimir.

Reply via email to