summaryrefslogtreecommitdiff
path: root/doc/unit-4.md
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-01-18 13:48:26 -0700
committermo khan <mo.khan@gmail.com>2020-01-18 13:48:26 -0700
commitcddaca9149f10061130277ce187819b23d7944f4 (patch)
tree7d277e54341998d5fb2da581c737f6baf05039bd /doc/unit-4.md
parent69eef411ae3c72f198ee1588b911046373c9eef8 (diff)
Describe Unit 4
Diffstat (limited to 'doc/unit-4.md')
-rw-r--r--doc/unit-4.md43
1 files changed, 43 insertions, 0 deletions
diff --git a/doc/unit-4.md b/doc/unit-4.md
new file mode 100644
index 0000000..7705154
--- /dev/null
+++ b/doc/unit-4.md
@@ -0,0 +1,43 @@
+# Unit 4
+
+## Section 1: Physical Database Design
+
+* transform logical database model into a physical database model.
+* physical model is the last stage of database design.
+* detailed specification of the database structure.
+ * definition of:
+ * physical names
+ * formats
+ * locations of physical records
+ * their fields
+
+Read: Chapter 5
+* the physical database design process
+* designing fields
+* denormalizing and partitioning data
+
+Important terms:
+
+* field:
+* data type:
+* data integrity:
+* denormalization:
+* horizontal partitioning:
+* vertical partitioning:
+
+## Section 2: File Organization and Database Architectures
+
+Outcomes:
+
+* discuss criteria for organizing file organization
+* compare three basic file organization methods
+* organize files according to the three basic file organization methods
+* cluster records to reduce the data access time
+* determine when to use indexes
+* describe parallel processing and explain how it is used to improve performance
+
+Read:
+
+* Designing physical database files
+* Using and selecting indexes
+* Designing a database for optimal query performance