Description
The following code review issues need to be addressed:
1. GridNearTxQueryResultsEnlistFuture
1.1. remove GridCacheCompoundIdentityFuture implementation.
remote mini-futures.
1.2 Improve concurrency around sendNextBatches calls.
2. Refactor iterator UpdateIteratorAdapter/TxDmlReducerIterator to avoid multi-level nesting.
3. Normalize usage of IgniteBiTuple(k,v)/Object(key) instead of Object[] to represent rows.
Attachments
Issue Links
- Is contained by
-
IGNITE-4191 SQL: support transactions
- Resolved