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/07/12 17:41:04 UTC

[jira] [Updated] (USERGRID-751) Change MvccEntitySerializationStrategyV3Impl to use native JSON when storing in the column value

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

Jeffrey  updated USERGRID-751:
------------------------------
    Fix Version/s: 2.1

> Change MvccEntitySerializationStrategyV3Impl to use native JSON when storing in the column value
> ------------------------------------------------------------------------------------------------
>
>                 Key: USERGRID-751
>                 URL: https://issues.apache.org/jira/browse/USERGRID-751
>             Project: Usergrid
>          Issue Type: Story
>            Reporter: Todd Nine
>            Assignee: Shawn Feldman
>             Fix For: 2.1
>
>
> Currently we use SMILE binary serialization to serialize our column values.  During production debugging, this makes it extremely difficult to debug.  I propose we remove the SMILE binary serialization, and instead use json serialization with the following formation
> {code}
> {
>   "version": [serialization implementation version number as an int],
>   "entity": {... entity as a nested json object }
> }
> {code}
> If the entity is present, then the entity has not been deleted.  If the entity field is not present, then the entity should be read as a marked for deletion.



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