You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change control benefits from being able to save binary data.
storing an asset like an image is a binary
(future) change controlling lix plugins and apps will likely happen via a zip
file.metadata is a JSON Binary. Storing it in the change table requires parsing the json to a string to store it in the change table which eliminates the benefits of using jsonb in the first place.
Proposal
Come up with a way to support snapshotting whatever is needed (text, json, blob).
The text was updated successfully, but these errors were encountered:
Context
Change control benefits from being able to save binary data.
storing an asset like an image is a binary
(future) change controlling lix plugins and apps will likely happen via a zip
file.metadata
is a JSON Binary. Storing it in the change table requires parsing the json to a string to store it in the change table which eliminates the benefits of using jsonb in the first place.Proposal
Come up with a way to support snapshotting whatever is needed (text, json, blob).
The text was updated successfully, but these errors were encountered: