splitgraph / seafowl

Analytical database for data-driven Web applications 🪶
https://seafowl.io
Apache License 2.0
397 stars 9 forks source link

Delta storage layer migration 0.3.x #324

Closed gruuya closed 1 year ago

gruuya commented 1 year ago

As of version 0.3.x Seafowl doesn't use a custom MVCC implementation anymore, but instead relies on delta-rs to accommodate Delta tables for it's new underlying storage layer.

Consequently, there are few changes/guidelines that are worth pointing out:

Finally, If you find any problems related to migration or working with new Delta tables please file a new issue or report it in this pinned issue.