[jira] [Created] (IGNITE-6701) Do not deserialize previous value during indexes update

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-6701) Do not deserialize previous value during indexes update

Anton Vinogradov (Jira)
Semen Boikov created IGNITE-6701:
------------------------------------

             Summary: Do not deserialize previous value during indexes update
                 Key: IGNITE-6701
                 URL: https://issues.apache.org/jira/browse/IGNITE-6701
             Project: Ignite
          Issue Type: Improvement
      Security Level: Public (Viewable by anyone)
            Reporter: Semen Boikov


In GridH2Table.doUpdate all indexes are updated using BPlusTree.put method which deserializes previous value, actually previous value is already available in GridQueryProcessor.store/remove methods. Need try to change GridH2Table.doUpdate to use BPlusTree.putx instead of BPlusTree.put.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)