Its not actually a single call, it depends on the number of caches read in the transaction. (Also I am not sure if there can be there be any commit/prepare optimizations)
For example we had transactions where actually there was only a single write as part of transaction, and there were read operations from five caches. This resulted in registering all these read caches and sending corresponding responses during prepare and commit also.
Its not actually a single call, it depends on the number of caches read in the transaction. (Also I am not sure if there can be there be any commit/prepare optimizations)
For example we had transactions where actually there was only a single write as part of transaction, and there were read operations from five caches. This resulted in registering all these read caches and sending corresponding responses during prepare and commit also.