Skip to content
Open
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: 1 addition & 1 deletion local-antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
branches: [DOC-1848-Document-feature-Iceberg-stress-testing, v/*, shared, site-search]
branches: [main, v/*, shared, site-search]

commit before merge

- url: https://github.com/redpanda-data/docs-site
branches: [main]
start_paths: [home]
Expand Down
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]
Loading