Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

snapshots blobs / snapshots are dynamic tables #184

Open
samuelstroschein opened this issue Dec 8, 2024 — with Linear · 1 comment
Open

snapshots blobs / snapshots are dynamic tables #184

samuelstroschein opened this issue Dec 8, 2024 — with Linear · 1 comment

Comments

Copy link
Member

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).

Copy link
Member Author

A potential solution would be to let schema_key be it's own/virtual table. Any props can then be defined as desired.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant