add feature of editing or deleting batch of objects without iterate through each object i.e. generating equivalent of "delete from accounts where balance < 0" or equivalent of "update Accounts set status='Inactive' where balance<0" also add feature of batch insertion
Batch updates have been implemented in version 4.14: