You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2019/10/03 10:14:00 UTC

[jira] [Commented] (IGNITE-5829) Writing entry contents to WAL only single time

    [ https://issues.apache.org/jira/browse/IGNITE-5829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16943484#comment-16943484 ] 

Maxim Muzafarov commented on IGNITE-5829:
-----------------------------------------

[~jokser]

Does this issue is still actual? Can we close it or move to the next release?

> Writing entry contents to WAL only single time
> ----------------------------------------------
>
>                 Key: IGNITE-5829
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5829
>             Project: Ignite
>          Issue Type: Improvement
>          Components: cache
>    Affects Versions: 2.1
>            Reporter: Pavel Kovalenko
>            Assignee: Pavel Kovalenko
>            Priority: Major
>             Fix For: 2.8
>
>
> Currently we write entry contents 2 times: once in logical record and once again when we write data page update records. We should do that only once. In data page updates we can write only a reference to the logical update record but not the whole entry contents.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)