Skip to content

Commit e0361ca

Browse files
authored
Iceberg troubleshooting and performance tuning for Cloud (#565)
* Add standalone Iceberg troubleshooting doc to Cloud * Add performance tuning doc to Cloud * Apply suggestion from @kbatuigas
1 parent b239341 commit e0361ca

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

modules/ROOT/nav.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,8 @@
406406
**** xref:manage:iceberg/redpanda-topics-iceberg-snowflake-catalog.adoc[Snowflake and Open Catalog]
407407
*** xref:manage:iceberg/query-iceberg-topics.adoc[]
408408
*** xref:manage:iceberg/migrate-to-iceberg-topics.adoc[]
409+
*** xref:manage:iceberg/iceberg-performance-tuning.adoc[]
410+
*** xref:manage:iceberg/iceberg-troubleshooting.adoc[]
409411
** xref:manage:schema-reg/index.adoc[Schema Registry]
410412
*** xref:manage:schema-reg/schema-reg-overview.adoc[]
411413
*** xref:manage:schema-reg/schema-reg-ui.adoc[]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
= Tune Performance for Iceberg Topics
2+
:description: Optimize query performance and translation throughput for Iceberg topics with partitioning, compaction, lag target tuning, and cluster sizing guidance.
3+
:page-categories: Iceberg, Management
4+
5+
include::ROOT:manage:iceberg/iceberg-performance-tuning.adoc[tag=single-source]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
= Troubleshoot Iceberg Topics
2+
:description: Diagnose and resolve errors in Redpanda Iceberg translation, including dead-letter queue (DLQ) inspection and record reprocessing.
3+
:page-categories: Iceberg, Troubleshooting
4+
5+
include::ROOT:manage:iceberg/iceberg-troubleshooting.adoc[tag=single-source]

0 commit comments

Comments
 (0)