On 2016-08-16 12:25, Tomek Rekawek wrote:
Hello,
I was wondering whether it’d make sense to normalise the RDB Document Store
schema - get rid of the JSON/JSOP concatenated strings and store each key/value
in a separate database row. Something like this:
id STRING
key STRING
revision STRING (nullable)
value (LONG) STRING
modcount INTEGER
...
We need to be careful with the value field. Right now, the size of a
property value is de facto unconstrained, and it would be risky to
silently change that... (the same is true to some degree for the
property names)
Best regards, Julian