Skip to content

Help:about the generation of concepts for MIMIC-IV-2.2 #1627

Discussion options

You must be logged in to vote

This is because... they are tables!

More specifically, these used to be materialized views, but somewhere along the way I realized it would be better to simply create tables on a separate schema, rather than materialized views in the same schema. It also makes the code more portable as some database systems don't support materialized views.

You can see here where we echo "creating materialized views":

\echo 'Beginning to create materialized views for MIMIC database.'

But then all the scripts actually make tables:

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@washingtonwuyi
Comment options

Answer selected by washingtonwuyi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants