Hi Kunpeng Fan
Thanks for your question.
When query acceleration is enabled on an external Delta table in ADLS, Azure Data Explorer (Kusto) starts building a new acceleration index in the background. During this index build phase, queries will not use the old index - they temporarily fall back to full table scans, which is why you're seeing slower performance.
Currently, Kusto does not support using an existing index or cache while the new acceleration is being built. Once the acceleration build is complete, the system automatically switches to the new optimized index, and you'll see improved performance again.
If the performance during the build is a concern, one workaround is to run heavier queries after the acceleration is done, or stage queries during off-peak hours if possible.
For more information refer the below articles.
I hope this information helps. Please do let us know if you have any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.