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

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

     [ https://issues.apache.org/jira/browse/USERGRID-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Russo resolved USERGRID-1185.
-------------------------------------
    Resolution: Fixed

> 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)