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.
深度學習硬件架構簡述
2.
重溫矩陣(V) 主成份分析
3.
國慶佳節第四天,談談我月收入增加 4K 的故事
4.
一起學nRF51xx 23 - s130藍牙API介紹
5.
2018最爲緊缺的十大崗位,技術崗佔80%
6.
第一次hibernate
7.
SSM項目後期添加數據權限設計
8.
人機交互期末複習
9.
現在無法開始異步操作。異步操作只能在異步處理程序或模塊中開始,或在頁生存期中的特定事件過程中開始...
10.
微信小程序開發常用元素總結1-1
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
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節譯)
>>更多相關文章<<