Skip to content

Commit aded389

Browse files
Merge pull request #7184 from shanisolomon/merges
Merge QAP
2 parents 5cd55ea + 3f9c6fd commit aded389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data-explorer/kusto/management/query-acceleration-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ To enable query acceleration in the Fabric UI, see [Query acceleration over OneL
3636
3737
## Known issues
3838

39-
* Data in the external delta table that's optimized with the [OPTIMIZE](/azure/databricks/sql/language-manual/delta-optimize) function needs to be reaccelearted.
40-
* If you run frequent MERGE/UPDATE/DELETE operations in delta, the underlying parquet files may be rewritten with changes and Kusto skips accelerating such files, causing retrieval during query time.
39+
* Data in the external delta table that's optimized with the [OPTIMIZE](/azure/databricks/sql/language-manual/delta-optimize) function will need to be reaccelerated.
40+
* Frequent MERGE/UPDATE/DELETE operations in delta may result in reacceleration of the updated files. If you run these operations frequently where most of the files in the delta table are touched, this can be equivalent of reacceleration of the entire table.
4141
* The system assumes that all artifacts under the delta table directory have the same access level to the selected users. Different files having different access permissions under the delta table directory might result with unexpected behavior.
4242

4343
## Commands for query acceleration

0 commit comments

Comments
 (0)