目录1、表空间结构1.1、分类1.2、物理结构1.表空间头(Header)2.段(Segment)3.区(Extent)4.页(Page)5.空闲列表(Free List)1.3、逻辑结构1.主键索引(聚簇索引)2.二级索引(辅编程助索引)3.事务与 MVCC 机
I understand that MVC & MVP are design patterns that are commonly used for web development, as well as ASP.NET WebForms (more of an 开发者_开发百科anti-pattern, really!).