Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
system-design-primer
Commits
9069993c
Commit
9069993c
authored
Jul 13, 2018
by
breakliu
Committed by
Donne Martin
Jul 13, 2018
Browse files
zh-Hans: Fix PostgreSQL typo (#166)
parent
d832db4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
README-zh-Hans.md
View file @
9069993c
...
...
@@ -889,7 +889,7 @@ CDN 拉取是当第一个用户请求该资源时,从服务器上拉取资源
#### 非规范化
非规范化试图以写入性能为代价来换取读取性能。在多个表中冗余数据副本,以避免高成本的联结操作。一些关系型数据库,比如
[
PostgreSQ
l
](
https://en.wikipedia.org/wiki/PostgreSQL
)
和 Oracle 支持
[
物化视图
](
https://en.wikipedia.org/wiki/Materialized_view
)
,可以处理冗余信息存储和保证冗余副本一致。
非规范化试图以写入性能为代价来换取读取性能。在多个表中冗余数据副本,以避免高成本的联结操作。一些关系型数据库,比如
[
PostgreSQ
L
](
https://en.wikipedia.org/wiki/PostgreSQL
)
和 Oracle 支持
[
物化视图
](
https://en.wikipedia.org/wiki/Materialized_view
)
,可以处理冗余信息存储和保证冗余副本一致。
当数据使用诸如
[
联合
](
#联合
)
和
[
分片
](
#分片
)
等技术被分割,进一步提高了处理跨数据中心的联结操作复杂度。非规范化可以规避这种复杂的联结操作。
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment