[fix] Add description in partition.md

This commit is contained in:
unashi 2024-02-20 21:37:09 +08:00
parent f829a97d91
commit 28282eee91

View File

@ -116,6 +116,8 @@ For the query to run successfully, the following conditions must be met:
- Both tables must have the same indices and projections.
- Both tables must have the same storage policy.
If both tables have the same storage policy, use hardlink to attach partition. Otherwise, use copying the data to attach partition.
## REPLACE PARTITION
``` sql