In OceanBase Database, an index table stores data in a way similar to that of a normal data table. Data of an index table is also stored in macroblocks and microblocks. OceanBase Database adopts the clustered index table model. Therefore, an indexed row stores values of both the user-specified indexed column and the primary key column in the primary table to facilitate table access.
Index storage
share