Re: StartJobUpdate vs JobCreate Thrift API Performance

2017-11-22 Thread David McLaughlin
The performance difference used to be extremely significant due to the overhead of the MyBatis stores. But with the recent changes to drop MyBatis the difference should be pretty negligible - just some added overhead for writing extra transactions to storage. The corner cases are just that startJo

StartJobUpdate vs JobCreate Thrift API Performance

2017-11-22 Thread Renan DelValle
HI all, I'm working to introduce a change into our thrift client to use the StartJobUpdate thrift call instead of JobCreate to launch jobs on Aurora because JobUpdate has some functionality that is desirable over a JobCreate (i.e.: rolling back on a failure, group sizing, wait for batch completion