diff --git a/Version4/Oracle/README.md b/Version4/Oracle/README.md new file mode 100644 index 0000000..4b362b0 --- /dev/null +++ b/Version4/Oracle/README.md @@ -0,0 +1,14 @@ +Common-Data-Model / Oracle +================= + +This folder contains the SQL scripts for Oracle. + +In order to create your instantiation of the Common Data Model, we recommend following these steps: + +1. Create an empty schema. + +2. Execute the script `CDM V4 ddl.sql` to create the tables and fields. + +3. Load your data into the schema using the loading scripts in VocabImport + +Note: you could also apply the constraints and the indexes after loading the data, this will speed up the insertion of the data considerably. diff --git a/Version4/PostgreSQL/README.md b/Version4/PostgreSQL/README.md new file mode 100644 index 0000000..7e4699b --- /dev/null +++ b/Version4/PostgreSQL/README.md @@ -0,0 +1,13 @@ +Common-Data-Model / PostgreSQL +================= + +This folder contains the SQL scripts for PostgreSQL. + +In order to create your instantiation of the Common Data Model, we recommend following these steps: + +1. Create an empty schema. + +2. Execute the script `CDM V4 ddl.sql` to create the tables and fields. + +3. Load your data into the schema. + diff --git a/Version4/SQL Server/README.md b/Version4/SQL Server/README.md new file mode 100644 index 0000000..4b362b0 --- /dev/null +++ b/Version4/SQL Server/README.md @@ -0,0 +1,14 @@ +Common-Data-Model / Oracle +================= + +This folder contains the SQL scripts for Oracle. + +In order to create your instantiation of the Common Data Model, we recommend following these steps: + +1. Create an empty schema. + +2. Execute the script `CDM V4 ddl.sql` to create the tables and fields. + +3. Load your data into the schema using the loading scripts in VocabImport + +Note: you could also apply the constraints and the indexes after loading the data, this will speed up the insertion of the data considerably.