[
https://issues.apache.org/jira/browse/IGNITE-14945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17458998#comment-17458998
]
Ignite TC Bot commented on IGNITE-14945:
----------------------------------------
{panel:title=Branch: [pull/9631/head] Base: [master] : Possible Blockers
(1)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}NUMA Allocator{color} [[tests 0 Exit Code
|https://ci.ignite.apache.org/viewLog.html?buildId=6322271]]
{panel}
{panel:title=Branch: [pull/9631/head] Base: [master] : New Tests
(120)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Index Query API{color} [[tests
120|https://ci.ignite.apache.org/viewLog.html?buildId=6321803]]
* {color:#013220}IndexQueryTestSuite:
IndexQueryInlineSizesTest.testVarInlineKeys[inlineSize=5] - PASSED{color}
* {color:#013220}IndexQueryTestSuite:
IndexQueryInlineSizesTest.testVarInlineKeysFirst[inlineSize=5] - PASSED{color}
* {color:#013220}IndexQueryTestSuite:
IndexQueryInlineSizesTest.testFixedInlineKeys[inlineSize=5] - PASSED{color}
* {color:#013220}IndexQueryTestSuite:
IndexQueryInlineSizesTest.testVarlenAndNonInlined[inlineSize=5] - PASSED{color}
* {color:#013220}IndexQueryTestSuite:
IndexQueryInlineSizesTest.testFixedInlineKeys[inlineSize=6] - PASSED{color}
* {color:#013220}IndexQueryTestSuite:
IndexQueryInlineSizesTest.testVarlenAndNonInlined[inlineSize=6] - PASSED{color}
* {color:#013220}IndexQueryTestSuite:
IndexQueryInlineSizesTest.testNonInlinedKeysFirst[inlineSize=6] - PASSED{color}
* {color:#013220}IndexQueryTestSuite:
IndexQueryInlineSizesTest.testNonInlinedKeys[inlineSize=5] - PASSED{color}
* {color:#013220}IndexQueryTestSuite:
IndexQueryInlineSizesTest.testFixedInlineKeys[inlineSize=4] - PASSED{color}
* {color:#013220}IndexQueryTestSuite:
IndexQueryInlineSizesTest.testVarlenAndNonInlined[inlineSize=4] - PASSED{color}
* {color:#013220}IndexQueryTestSuite:
IndexQueryInlineSizesTest.testNonInlinedKeysFirst[inlineSize=4] - PASSED{color}
... and 109 new tests
{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=6321848&buildTypeId=IgniteTests24Java8_RunAll]
> IndexQuery should use inline IO for internal filtering.
> -------------------------------------------------------
>
> Key: IGNITE-14945
> URL: https://issues.apache.org/jira/browse/IGNITE-14945
> Project: Ignite
> Issue Type: New Feature
> Reporter: Maksim Timonin
> Assignee: Maksim Timonin
> Priority: Major
> Labels: IEP-71
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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).
--
This message was sent by Atlassian Jira
(v8.20.1#820001)