skinkie / reference

Personal repository where I collect working examples to understand inner workings while building PyNeTExConv
GNU Affero General Public License v3.0
1 stars 1 forks source link

DuckDB UDF for reversioning #162

Open skinkie opened 1 week ago

skinkie commented 1 week ago

Ideally, we want to have an in place function that can update all used version tags. And after it update the embed and referencing tables. Since it overrides the version, updating the embeded and referencing table is instantaneous.

Might also be interesting to see if we can do embeded and referencing tables as materialised view.