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

Future-proof the metadata schema #8

Closed
mildbyte opened this issue Jul 19, 2022 · 1 comment
Closed

Future-proof the metadata schema #8

mildbyte opened this issue Jul 19, 2022 · 1 comment

Comments

@mildbyte
Copy link
Contributor

https://github.com/splitgraph/seafowl/blob/f00efc451aaa80a818b42e5d0be72efe39f3f50c/migrations/20220705072248_create_tables.up.sql

Make sure that, when we need to, we can migrate:

  • the table storage format (e.g. tag a table with "v1" and let users upgrade the table)
  • region indexes
  • the type storage format (currently we just dump an Arrow JSON string, we should have scope to add other custom datatypes later)
@mildbyte mildbyte added this to the Initial release milestone Jul 19, 2022
@gruuya
Copy link
Contributor

gruuya commented Apr 12, 2023

Closed by #307.

@gruuya gruuya closed this as completed Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants