You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Sapego (Jira)" <ji...@apache.org> on 2023/02/21 13:18:00 UTC

[jira] [Created] (IGNITE-18855) C++ 3.0 Perf: Optimize transformation values to records

Igor Sapego created IGNITE-18855:
------------------------------------

             Summary: C++ 3.0 Perf: Optimize transformation values to records
                 Key: IGNITE-18855
                 URL: https://issues.apache.org/jira/browse/IGNITE-18855
             Project: Ignite
          Issue Type: Improvement
          Components: thin client
            Reporter: Igor Sapego
            Assignee: Igor Sapego
             Fix For: 3.0.0-beta2


Currently, user values and key-value pairs internally converted to a single tuple as an intermediate step. This step can be eliminated by introducing an interface with a tuple-like interface for different values.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)