This is an automated email from the ASF dual-hosted git repository. djwang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry-site.git
commit eefcda4fa96f34e601bb3dd7ce0aa91509bb1be4 Author: Dianjin Wang <[email protected]> AuthorDate: Thu Nov 28 16:10:40 2024 +0800 Fix the broken anchor links in docs --- docs/data-loading/load-data-using-file-protocol.md | 2 +- docs/sys-admin/backup-and-restore/index.md | 2 +- .../backup-and-restore/perform-incremental-backup-and-restore.md | 2 +- docs/sys-utilities/gprecoverseg.md | 2 +- docs/sys-utilities/gpsync.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/data-loading/load-data-using-file-protocol.md b/docs/data-loading/load-data-using-file-protocol.md index 34f2296f..d37c8ce0 100644 --- a/docs/data-loading/load-data-using-file-protocol.md +++ b/docs/data-loading/load-data-using-file-protocol.md @@ -10,7 +10,7 @@ The `file://` protocol is used in a URI that specifies the location of an operat The URI includes the host name, port, and path to the file. Each file must locate on a segment host in a location accessible by the Cloudberry Database superuser (`gpadmin`). The host name used in the URI must match a segment host name registered in the `gp_segment_configuration` system catalog table. -The `LOCATION` clause can have multiple URIs, as shown in [Usage examples](#usage-example). +The `LOCATION` clause can have multiple URIs, as shown in [Usage examples](#usage-examples). The number of URIs you specify in the `LOCATION` clause is the number of segment instances that will work in parallel to access the external table. For each URI, Cloudberry Database assigns a primary segment on the specified host to the file. For maximum parallelism when loading data, divide the data into as many equally sized files as you have primary segments. This ensures that all segments participate in the load. The number of external files per segment host cannot exceed the number [...] diff --git a/docs/sys-admin/backup-and-restore/index.md b/docs/sys-admin/backup-and-restore/index.md index d53e2543..8aa2f2b0 100644 --- a/docs/sys-admin/backup-and-restore/index.md +++ b/docs/sys-admin/backup-and-restore/index.md @@ -12,7 +12,7 @@ Cloudberry Database provides `gpbackup` and `gprestore` for parallel backup and Backup files created with `gpbackup` are designed to provide future capabilities for restoring individual database objects along with their dependencies, such as functions and required user-defined data types. -For details about backup and restore using `gpbackup` and `gprestore`, see [Perform Full Backup and Restore](/docs/sys-admin/perform-full-backup-and-restore.md) and [Perform Incremental Backup and Restore](/docs/sys-admin/perform-incremental-backup-and-restore.md). +For details about backup and restore using `gpbackup` and `gprestore`, see [Perform Full Backup and Restore](/docs/sys-admin/backup-and-restore/perform-full-backup-and-restore.md) and [Perform Incremental Backup and Restore](/docs/sys-admin/backup-and-restore/perform-incremental-backup-and-restore.md). ## Non-parallel backup with `pg_dump` diff --git a/docs/sys-admin/backup-and-restore/perform-incremental-backup-and-restore.md b/docs/sys-admin/backup-and-restore/perform-incremental-backup-and-restore.md index edba514a..13b7f3b4 100644 --- a/docs/sys-admin/backup-and-restore/perform-incremental-backup-and-restore.md +++ b/docs/sys-admin/backup-and-restore/perform-incremental-backup-and-restore.md @@ -4,7 +4,7 @@ title: Perform Incremental Backup and Restore # Perform Incremental Backup and Restore -Before reading this document, you are expected to first read the [Perform Full Backup and Restore](/docs/sys-admin/perform-full-backup-and-restore.md) document. +Before reading this document, you are expected to first read the [Perform Full Backup and Restore](/docs/sys-admin/backup-and-restore/perform-full-backup-and-restore.md) document. To back up and restore tables incrementally, use the `gpbackup` and `gprestore` utilities. Incremental backups include all specified heap tables, and append-optimized tables (including column-oriented ones) that have changed. Even a single row change triggers a backup of the entire append-optimized table. For partitioned append-optimized tables, only the modified leaf partitions are backed up. diff --git a/docs/sys-utilities/gprecoverseg.md b/docs/sys-utilities/gprecoverseg.md index 5875d093..04c2bfb3 100644 --- a/docs/sys-utilities/gprecoverseg.md +++ b/docs/sys-utilities/gprecoverseg.md @@ -254,4 +254,4 @@ $ gprecoverseg -i <recover_config_file> ## See also -[gpstart](/docs/db-utilities/gpstart.md), [gpstop](/docs/db-utilities/gpstop.md) +[gpstart](/docs/sys-utilities/gpstart.md), [gpstop](/docs/sys-utilities/gpstop.md) diff --git a/docs/sys-utilities/gpsync.md b/docs/sys-utilities/gpsync.md index 1c23bcc0..70caca5d 100644 --- a/docs/sys-utilities/gpsync.md +++ b/docs/sys-utilities/gpsync.md @@ -90,4 +90,4 @@ gpsync -h sdw1 -h sdw2 myfuncs.so =:/usr/local/cloudberry-db/lib ## See also -[gpssh](/docs/db-utilities/gpssh.md), [gpssh-exkeys](/docs/db-utilities/gpssh-exkeys.md) +[gpssh](/docs/sys-utilities/gpssh.md), [gpssh-exkeys](/docs/sys-utilities/gpssh-exkeys.md) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
