How to add database schemas/namespaces #1203
abelsiqueira
started this conversation in
Ideas
Replies: 1 comment
-
My thoughts: we should separate the data/tables based on specific goals, these are some that I think are important. Considerations when choosing an implementation
Tools available to us
The choice between whether to use a view, a temporary table, or CTE will depend on data dependency, and whether something is compute/memory intensive. We should also look at the how |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It might be useful to add database schemas to the DuckDB tables, possibly starting from the TulipaClustering data. We should figure out which database schemas to create and which tables to assign to each.
I feel this is heavily tied to #1156, since DuckDB does not currently support foreign keys between schemas, and also we probably want to keep the schemas as some kind of logical separators.
Beta Was this translation helpful? Give feedback.
All reactions