diff --git a/local-antora-playbook.yml b/local-antora-playbook.yml index d8d478c82..88abeb23b 100644 --- a/local-antora-playbook.yml +++ b/local-antora-playbook.yml @@ -15,7 +15,7 @@ content: - url: . branches: HEAD - url: https://github.com/redpanda-data/documentation - branches: [main, v/*, shared, site-search] + branches: [DOC-1848-Document-feature-Iceberg-stress-testing, v/*, shared, site-search] - url: https://github.com/redpanda-data/docs-site branches: [main] start_paths: [home] diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 385f388db..1f634e302 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -403,6 +403,8 @@ **** xref:manage:iceberg/redpanda-topics-iceberg-snowflake-catalog.adoc[Snowflake and Open Catalog] *** xref:manage:iceberg/query-iceberg-topics.adoc[] *** xref:manage:iceberg/migrate-to-iceberg-topics.adoc[] +*** xref:manage:iceberg/iceberg-performance-tuning.adoc[] +*** xref:manage:iceberg/iceberg-troubleshooting.adoc[] ** xref:manage:schema-reg/index.adoc[Schema Registry] *** xref:manage:schema-reg/schema-reg-overview.adoc[] *** xref:manage:schema-reg/schema-reg-ui.adoc[] diff --git a/modules/manage/pages/iceberg/iceberg-performance-tuning.adoc b/modules/manage/pages/iceberg/iceberg-performance-tuning.adoc new file mode 100644 index 000000000..c2aa5fb07 --- /dev/null +++ b/modules/manage/pages/iceberg/iceberg-performance-tuning.adoc @@ -0,0 +1,5 @@ += Tune Performance for Iceberg Topics +:description: Optimize query performance and translation throughput for Iceberg topics with partitioning, compaction, lag target tuning, and cluster sizing guidance. +:page-categories: Iceberg, Management + +include::ROOT:manage:iceberg/iceberg-performance-tuning.adoc[tag=single-source] diff --git a/modules/manage/pages/iceberg/iceberg-troubleshooting.adoc b/modules/manage/pages/iceberg/iceberg-troubleshooting.adoc new file mode 100644 index 000000000..425a1b9aa --- /dev/null +++ b/modules/manage/pages/iceberg/iceberg-troubleshooting.adoc @@ -0,0 +1,5 @@ += Troubleshoot Iceberg Topics +:description: Diagnose and resolve errors in Redpanda Iceberg translation, including dead-letter queue (DLQ) inspection and record reprocessing. +:page-categories: Iceberg, Troubleshooting + +include::ROOT:manage:iceberg/iceberg-troubleshooting.adoc[tag=single-source]