数据库管理

发布于 2024-10-03 23:21:19 字数 40 浏览 0 评论 0原文

归一化的优点是什么?以及我们为什么这样做。有人可以向我解释一下吗?

what is the advantages of Normalizing. And why we do that. can anybody explain me about that???????

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风吹雪碎 2024-10-10 23:21:19

以下是规范化的优点

1) 避免数据修改(插入/删除/更新)异常,因为每个数据项都位于一个位置,避免数据冗余

2) 在以原子粒度获取预期数据方面具有更大的灵活性

3) 规范化在概念上更清晰、更容易 的

4) 更少的空值和更少的不一致机会

5) 更好地处理数据库安全性

6) 提高存储效率

7) 规范化过程有助于最大限度地利用聚集索引,这是最强大和最有效 有用的可用索引类型。随着更多的数据被分成多个
由于规范化,更多的聚集索引可以提供帮助
加快数据访问速度。

Following are advantages of Normalization

1) Avoids data modification (INSERT/DELETE/UPDATE) anomalies as each data item lives in One place, avoid data redundancy

2) Greater flexibility in getting the expected data in atomic granular

3) Normalization is conceptually cleaner and easier to maintain and change as your needs change

4) Fewer null values and less opportunity for inconsistency

5) A better handle on database security

6) Increased storage efficiency

7) The normalization process helps maximize the use of clustered indexes, which is the most powerful and useful type of index available. As more data is separated into multiple
tables because of normalization, the more clustered indexes become available to help
speed up data access.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文