Managing Tables

Objectives Storing User Data Regular tables Partitioned tables Index-organized tables Clustered tables 普通表 分区表 : 如果一个表太大了,那么就会在这个大表的基础上,在分为子表,叫做 partition. 每个 row 是存储在一起的,比如 有1000行数据,可能 前 500 rows 存储在
相关文章
相关标签/搜索