Can I update multiple documents in just one command?

When I update millions of documents,it is very slow.I found most of time has been consumed by http requests,because I have to update once for one document. It’s there any method to update multiple document with just one http request?
I found even the X-Machine command does not support this.Doesn’t Tamino support batch actions?