Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Could the possibility be added to normalize any JSON that is inserted/updated by default? This saves a lot of space (if the JSON is formatted / space separated) and should theoretically speed up a handful of other JSON functions.
Maybe a possible syntax could be something like `ON UPDATE JSON_NORMALIZE`
This is of course possible with a trigger, but having it built in seems useful.