You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Semen Boikov (JIRA)" <ji...@apache.org> on 2015/09/23 09:37:04 UTC

[jira] [Resolved] (IGNITE-1516) Need to investigate performance drop for sql-query-offheap benchmark

     [ https://issues.apache.org/jira/browse/IGNITE-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Semen Boikov resolved IGNITE-1516.
----------------------------------
    Resolution: Fixed

Performance drop was casued by several extra calls added in GridH2AbstractKeyValueRow.getValue() in commit a7490a6 (needed to fix race condition). Did some changes GridH2AbstractKeyValueRow to reduce number of calls needed to get value (see commit 72c3eef), reviewed with Sergi.

With these changes sql offheap benchmarks show the same performance as in ignite-1.3.

> Need to investigate performance drop for sql-query-offheap benchmark
> --------------------------------------------------------------------
>
>                 Key: IGNITE-1516
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1516
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Yakov Zhdanov
>            Assignee: Semen Boikov
>            Priority: Blocker
>             Fix For: ignite-1.4
>
>
> Latest benchmark run showed performance drop for sql-query-offheap. 
> Possible reason of drop - it is fix for race in indexing (change in GridH2AbstractKeyValueRow, commit a7490a6, added one more call 'getOffheapValue').



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)