Skip to content

Commit 9d27ebc

Browse files
committed
Clarify that OPTIMIZE is optional
1 parent 467e129 commit 9d27ebc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/manage/pages/iceberg/iceberg-topics-databricks-unity.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ When you enable predictive optimization, you must also set the following configu
3232
SET spark.databricks.delta.liquid.lazyClustering.backfillStats=true;
3333
SET spark.databricks.delta.computeStats.autoConflictResolution=true;
3434
35-
-- Optionally trigger compaction and liquid clustering on an existing table
35+
/*
36+
Optionally trigger compaction and liquid clustering on an existing table.
37+
Run OPTIMIZE to check the effect of predictive optimization on the table.
38+
*/
3639
OPTIMIZE `<catalog-name>`.redpanda.`<table-name>`;
3740
```
3841
====

0 commit comments

Comments
 (0)