-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[opt](backup) optimize backup doc #1574
base: master
Are you sure you want to change the base?
Conversation
1 row in set (0.15 sec) | ||
``` | ||
|
||
For the detailed usage of BACKUP, please refer to [BACKUP](../../sql-manual/sql-statements/data-modification/backup-and-restore/BACKUP.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "more help" description already exists, so line 97 may result in duplicated content.
); | ||
``` | ||
|
||
For more detailed usage instructions and examples, refer to the CREATE REPOSITORY documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should link to the file. (../../sql-manual/sql-statements/data-modification/backup-and-restore/CREATE-REPOSITORY)
5. **Dynamic Partition Support**: | ||
While dynamic partitioning is supported in Doris, the dynamic partition attribute will be disabled during backup. When restoring data, this attribute needs to be manually enabled using the `ALTER TABLE` command. | ||
|
||
For detailed usage instructions, please refer to the backup and restore user guides. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this line, anchor text and link should be placed on SQL statements, not user guides.
27b43fc
to
4e3e7f4
Compare
Versions
Languages
Docs Checklist