Update Batching feature is used to reduce number of DML statement issued with multiple entity notifications . If in a transaction we are using multiple entities we can use multiple batching features.
The batch update feature doesnt work for :
1) Entity Objects has attributes of BLOB or CLOB .Batch statement with streaming data is not supported
2) Batch updates are not supported with attributes are set with Refresh After Insert and Refresh after update
3) Entity objects created from the table which doesn't have primary key.
Check the checkbox for Use Update Batching and specify appropriate threshold
The batch update feature doesnt work for :
1) Entity Objects has attributes of BLOB or CLOB .Batch statement with streaming data is not supported
2) Batch updates are not supported with attributes are set with Refresh After Insert and Refresh after update
3) Entity objects created from the table which doesn't have primary key.
Check the checkbox for Use Update Batching and specify appropriate threshold
No comments:
Post a Comment