11 2014 档案

SQL Server中数据的修改是如何落盘的?
摘要:SQL Server 维护着一个叫做buffer cache的东西, 在buffer cache中SQL Server 读取必须被取回的data pages. 数据在修改时并不是直接写到磁盘上的, 而是写在buffer cache中原本在磁盘上的对应数据页的拷贝中. 修改什么时候落盘呢? 答案是在checkpoint发生的时候, 或者是当修改必须被写回到磁盘上之后buffer cache才可以腾出... 阅读全文

posted @ 2014-11-20 10:49 中道学友 阅读(873) 评论(0) 推荐(0) 编辑

是否应该将SAN上的SQL Server中的user database的data文件, log文件和TempDB文件放在不同的LUN上?
摘要:请看下面的两个精彩解答: 解答1: If your SAN has performance and availability algorithms built into the management software then yes, it is a good idea for both performance and availibility to put them on the SAN.... 阅读全文

posted @ 2014-11-12 14:07 中道学友 阅读(517) 评论(0) 推荐(0) 编辑

什么是ScaleIO中的forwards rebuild和backwards rebuild?
摘要:Forward rebuild发生在磁盘或节点挂掉的时候. 这种rebuild的过程的load是均衡到protection domain中所有可用的磁盘和节点上的. 这种rebuild相对于backwards rebuild更快, 更平顺. Backward rebuild发生在挂点的节点或... 阅读全文

posted @ 2014-11-10 11:58 中道学友 阅读(640) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

技术追求准确,态度积极向上

点击右上角即可分享
微信分享提示