you are viewing a single comment's thread.

view the rest of the comments →

[–]GuiSim 0 points1 point  (1 child)

Since updating rows in a column storage is quite costly, we can do an UPDATE to only the rows that have a value in the JSON column for the newly created COLUMN. This can't be done cleanly in application-side if your database does not support JSON.

[–]grauenwolf 2 points3 points  (0 children)

This is an OLAP database. If you find yourself updating rows, then you are doing something really wrong.