-
Frazer Clement authored
NdbApi batching of Blob operations must ensure that multiple batched operations on the same row are ordered correctly. This requires that batching is made more pessimistic, performing extra execute round trips to stabilise a blob state so that subsequent blob operations on the same row can succeed. This may reduce performance when batching blob operations. testBlobs is extended with a batching on same key testcase. New MTR test ndb_rpl_conv_blob is added showing the change in behaviour with replication batching.
Frazer Clement authoredNdbApi batching of Blob operations must ensure that multiple batched operations on the same row are ordered correctly. This requires that batching is made more pessimistic, performing extra execute round trips to stabilise a blob state so that subsequent blob operations on the same row can succeed. This may reduce performance when batching blob operations. testBlobs is extended with a batching on same key testcase. New MTR test ndb_rpl_conv_blob is added showing the change in behaviour with replication batching.
Loading