File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -83,14 +83,14 @@ math: true
83
83
84
84
### 1.3 DBS对比文件系统
85
85
86
- | 特质/系统类型 | 数据库系统(DBS ) | 普通文件系统(File System ) |
87
- | -------------------------- | ---------- | ------------------- |
88
- | 数据结构化(Structuring) | 低 | 高 |
89
- | 数据共享(Sharing) | 低 | 高 |
90
- | 数据冗余(Redundancy) | 高 | 低 |
91
- | 数据独立性(Independency) | 低 | 高 |
92
- | 用户交互界面(User Interface) | 单一 | 多样 |
93
- | 数据统一管理(Unified Management) | 无 | 有 |
86
+ | 特质/系统类型 | 普通文件系统(File System ) | 数据库系统(DBS ) |
87
+ | -------------------------- | ------------------- | ---------- |
88
+ | 数据结构化(Structuring) | 低 | 高 |
89
+ | 数据共享(Sharing) | 低 | 高 |
90
+ | 数据冗余(Redundancy) | 高 | 低 |
91
+ | 数据独立性(Independency) | 低 | 高 |
92
+ | 用户交互界面(User Interface) | 多样 | 单一 |
93
+ | 数据统一管理(Unified Management) | 无 | 有 |
94
94
95
95
## 二、关于数据模型
96
96
You can’t perform that action at this time.
0 commit comments