You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by "Jeffrey (JIRA)" <ji...@apache.org> on 2015/12/29 20:16:49 UTC

[jira] [Created] (USERGRID-1185) PUT by name does a GET on an entity twice

Jeffrey  created USERGRID-1185:
----------------------------------

             Summary: PUT by name does a GET on an entity twice
                 Key: USERGRID-1185
                 URL: https://issues.apache.org/jira/browse/USERGRID-1185
             Project: Usergrid
          Issue Type: Story
            Reporter: Jeffrey 
            Assignee: Michael Russo


We are tracking down the need for lots of GC on continuous PUT by name (different name/entities).  When looking at this we discovered that there are two GETs of an entity when doing PUT by name: 1) GET to see if it exists and 2) GET to get the entity to update (since PUT is really a PATCH).

It would be more optimal to only have one GET in this scenario



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