Skip to content

Commit cd4297a

Browse files
authored
Update 03_horizontal_splitting_using_partition_table.md
Unify all notes.
1 parent 6c36706 commit cd4297a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user_manual/quick_starts/en-US/chapter_06_using_ob_for_business_development/03_horizontal_splitting_using_partition_table.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ You can also create indexes to improve the query performance of partitioned tabl
425425
426426
* The second type is called global index whose partitioning strategy is different from that of the partitioned table.
427427
428-
> **Notice**
428+
> **Note**
429429
>
430430
> * By default, a local index is created for a partitioned table.
431431
>
@@ -439,7 +439,7 @@ CREATE INDEX idx_log_date ON t_log_part_by_range_hash(log_date) LOCAL;
439439
CREATE INDEX idx_log_date2 ON t_log_part_by_range_hash(log_value, log_date) GLOBAL;
440440
```
441441
442-
> **Notice**
442+
> **Note**
443443
>
444444
> You do not need to separately create indexes for the primary and unique keys of a partitioned table in OceanBase Database. In OceanBase Database, the primary key and local unique key in a partitioned table must have a partitioning key.
445445

0 commit comments

Comments
 (0)