-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path分布式数据库系统.html
More file actions
20 lines (19 loc) · 1.79 KB
/
分布式数据库系统.html
File metadata and controls
20 lines (19 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<title>分布式数据库系统</title>
<basefont face="微软雅黑" size="2" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="exporter-version" content="Evernote Windows/307425 (zh-CN, DDL); Windows/10.0.0 (Win64);"/>
<style>
body, td {
font-family: 微软雅黑;
font-size: 10pt;
}
</style>
</head>
<body>
<a name="448"/>
<h1>分布式数据库系统</h1>
<div>
<span><div><font style="font-size: 11pt;">分片透明性: 用户不必关系数据是如何分片,他们对数据操作时全局进行。</font></div><div><font style="font-size: 11pt;">复制透明:用户必关心数据库在网络各节点的复制情况,被复制的数据的更新都由系统自动完成。</font></div><div><font style="font-size: 11pt;">位置透明:即数据分配到哪或那些存储对用户是透明的用户不必关系。</font></div><div><font style="font-size: 11pt;">逻辑透明性:是最底层透明性,用户不必关系局部DBMS支持哪种数据模型、使用哪种数据操纵语言、数据模型和操纵语言的转换是由系统完成的。</font></div><div><font style="font-size: 11pt;"><br/></font></div><div><span style="font-size: 14.6667px;">在数据库中,只有<font style="color: rgb(227, 0, 0);">数据文件</font>与<font style="color: rgb(227, 0, 0);">日志文件</font>。</span></div><div><span style="font-size: 14.6667px;">数据文件:用于存放<font style="color: rgb(227, 0, 0);">实实在在</font>的需要存储的数据。如 职工表中姓名等信息,包括表结构也存储在数据文件中。</span></div><div><span style="font-size: 14.6667px;">日志文件:是<font style="color: rgb(227, 0, 0);">存的操作记录</font>。 </span></div></span>
</div></body></html>