99439a4388 | ||
---|---|---|
.. | ||
OMOP CDM Results pdw ddl.txt | ||
OMOP CDM pdw constraints.txt | ||
OMOP CDM pdw ddl.txt | ||
OMOP CDM pdw pk indexes.txt | ||
README.md |
README.md
Common-Data-Model / Parallel Data Warehouse
This folder contains the script for Parallel Data Warehouse.
n order to create your instantiation of the Common Data Model, we recommend following these steps:
-
Create an empty schema.
-
Execute the script
OMOP CDM pdw ddl.txt
to create the tables and fields. -
Load your data into the schema.
-
Execute the script
OMOP CDM pdw indexes.txt
to add the minimum set of indices and primary keys we recommend. -
Execute the script
OMOP CDM pdw constraints.txt
to add the foreign key constraints. -
Create an empty schema for results.
-
Execute the script
OMOP CDM Results pdw ddl.txt
to create the tables and fields in the results schema.