Batch Updates in Oracle
Posted: Thu 12 Jan 2012 17:09
Hi,
I read your article on batch updates, tested it and I was impressed by the speed improvement.
Yet, I still feel a little bit skeptical about it and I have the following questions:
- You state that concurrency checking is disabled. Do you mean on EF or Database level? Any example of a possible negative impact?
- Since batch updating brings non-negligible performance improvements, why haven't you set it as the default policy of the driver?
Thanks in advance!
I read your article on batch updates, tested it and I was impressed by the speed improvement.
Yet, I still feel a little bit skeptical about it and I have the following questions:
- You state that concurrency checking is disabled. Do you mean on EF or Database level? Any example of a possible negative impact?
- Since batch updating brings non-negligible performance improvements, why haven't you set it as the default policy of the driver?
Thanks in advance!