bblitz

博客园 首页 新随笔 联系 订阅 管理

2023年10月26日 #

摘要: 锁的模式 Shared (S) Update (U) Exclusive (X) Intent Intent Shared (IS) Intent Exclusive (IX) Shared with Intent Exclusive (SIX) Schema Schema Modification 阅读全文
posted @ 2023-10-26 16:29 orrest 阅读(43) 评论(0) 推荐(0) 编辑

摘要: Locks • Row (RID) • Key (KEY) • Page (PAG) • Extent (EXT) • Heap or B-tree (HoBT) • Table (TAB) • File (FIL) • Application (APP) • MetaData (MDT) • Al 阅读全文
posted @ 2023-10-26 15:55 orrest 阅读(6) 评论(0) 推荐(0) 编辑

摘要: 文件类型 一个数据库有三种类型的文件: Primary File:.mdf,master data file,记录了这个DB其它文件的指针,每个数据库都有 Secondary File:默认情况下,数据存在主文件,如果决定对主文件进行扩展,可以创建二级文件,后缀名为.ndf Transaction 阅读全文
posted @ 2023-10-26 15:36 orrest 阅读(14) 评论(0) 推荐(0) 编辑