[jira] [Created] (IGNITE-12807) Key and Value fields with same name and SQL DML

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

[jira] [Created] (IGNITE-12807) Key and Value fields with same name and SQL DML

Anton Vinogradov (Jira)
Alexey Kukushkin created IGNITE-12807:
-----------------------------------------

             Summary: Key and Value fields with same name and SQL DML
                 Key: IGNITE-12807
                 URL: https://issues.apache.org/jira/browse/IGNITE-12807
             Project: Ignite
          Issue Type: Improvement
            Reporter: Alexey Kukushkin
            Assignee: Alexey Kukushkin


Key/Value API allows both the Key and Value have fields with same name. This is a very popular arrangement since most users are ready to sacrifice extra memory footprint for the sake of having a self-sufficient value entity.

Using SQL DML to update such an entry will update only the key field, leaving the value field unchanged. This is a huge usability issue for the mixed K/V and SQL API apps.



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