Hi,
I'm facing an issue in the latest version (9.4.1.0) when bulk updating records.
Sample query:
update account
set name = 'test'
where name is null
When having auto (0) in the worker threads only a subset of the records get updated. When I set the worker thread count to 1 all records get updated.
Hi,
I'm facing an issue in the latest version (9.4.1.0) when bulk updating records.
Sample query:
When having auto (0) in the worker threads only a subset of the records get updated. When I set the worker thread count to 1 all records get updated.