[
https://issues.apache.org/jira/browse/USERGRID-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Todd Nine updated USERGRID-751:
-------------------------------
Description:
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.
was:
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 version number],
"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.
> 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
>
> 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)