Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down
Original file line number Diff line number Diff line change
@@ -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]
5 changes: 5 additions & 0 deletions modules/manage/pages/iceberg/iceberg-troubleshooting.adoc
Original file line number Diff line number Diff line change
@@ -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]