JavaShuo
欄目
標籤
翻譯Clustered Index Design Considerations
時間 2021-01-04
原文
原文鏈接
聚集索引設計注意事項 每次更改聚集索引鍵的值時,都會發生兩件事。 首先,SQL Server將行移動到聚集索引頁鏈和數據文件中的不同位置。 其次,它更新了row-id,它是聚集索引鍵。 存儲的行id,需要在所有非聚集索引中更新。 就I / O而言,這可能是昂貴的,特別是在批量更新的情況下。 此外,它可以增加聚集索引的碎片,並且在行ID大小增加的情況下,可以增加非聚集索引的碎片。 因此,最好有一個靜
>>阅读原文<<
相關文章
1.
第11周 翻譯——《Pro SQL Server Internals, 2nd edition》中的Clustered Index Design Considerations一節
2.
CHAPTER 7 Designing and Tuning the Indexes中的Clustered Index Design Considerations一節
3.
SQL Server - Clustered Index Structures
4.
聚簇索引(Clustered Index)和非聚簇索引 (Non- Clustered Index)
5.
ARM Cortex Design Considerations for Debug
6.
V8 Design Elements(翻譯)
7.
SQL Server中的彙集索引(clustered index) 和 非彙集索引 (non-clustered index)
8.
Autosar Parallel Processing Design Guidelines 的翻譯
9.
聚合索引(clustered index) / 非聚合索引(nonclustered index)
10.
FIDO UAF Specification Protocol(Considerations節譯)
更多相關文章...
•
SQLite 索引(Index)
-
SQLite教程
•
Eclipse 編譯項目
-
Eclipse 教程
•
Docker容器實戰(七) - 容器眼光下的文件系統
•
三篇文章瞭解 TiDB 技術內幕 —— 說計算
相關標籤/搜索
clustered
considerations
翻譯
index
design
機器翻譯
翻譯筆記
Medium翻譯
翻譯貼
官網翻譯
MySQL教程
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
.Net core webapi2.1生成exe可執行文件
2.
查看dll信息工具-oleview
3.
c++初學者
4.
VM下載及安裝
5.
win10下如何安裝.NetFrame框架
6.
WIN10 安裝
7.
JAVA的環境配置
8.
idea全局配置maven
9.
vue項目啓動
10.
SVN使用-Can't remove directoryXXXX,目錄不是空的,項目報錯,有紅叉
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
1.
第11周 翻譯——《Pro SQL Server Internals, 2nd edition》中的Clustered Index Design Considerations一節
2.
CHAPTER 7 Designing and Tuning the Indexes中的Clustered Index Design Considerations一節
3.
SQL Server - Clustered Index Structures
4.
聚簇索引(Clustered Index)和非聚簇索引 (Non- Clustered Index)
5.
ARM Cortex Design Considerations for Debug
6.
V8 Design Elements(翻譯)
7.
SQL Server中的彙集索引(clustered index) 和 非彙集索引 (non-clustered index)
8.
Autosar Parallel Processing Design Guidelines 的翻譯
9.
聚合索引(clustered index) / 非聚合索引(nonclustered index)
10.
FIDO UAF Specification Protocol(Considerations節譯)
>>更多相關文章<<