Batch updates would be a great feature

Hey there, we are making daily large scale updates to some volatile things, like product supplier counts and product cost. It would be great to have some sort of array parameter to pass up a set of 100, 500 or so updates vs. having to chunk these. I currently have 5 threads running chunked write lists simultaneously as there seems to be a 2 second roundtrip. When we have 4000 items changing, that would be an hour+ of serial updates without my split. Any plans for something like this or can I add this to a wishlist?