Details
Description
For comparison of index keys it's required:
- to init cache data row
- access fields with BinaryObject API
So, it's possible to use inline IO for filtering. It can help:
- speed up comparison (Inline IO access is faster than BinaryObject API).
- to avoid init cache data rows for filtered items (in case there are more filtered items).
Attachments
Issue Links
- is related to
-
IGNITE-16123 Broken LazyOnDmlTest for MVCC due to incorrect check in InlineFilterClosure
- Resolved
- links to