Azure data explorer ingest parquet timeout

sakuraime 2,321 Reputation points
2021-06-29T10:16:28.31+00:00

I have a Azure data explorer and would like to ingest a 500MB parquet , however timeout ..

110263-image.png

and actually it takes quite a long time

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
502 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. PRADEEPCHEEKATLA-MSFT 84,381 Reputation points Microsoft Employee
    2021-06-30T11:18:45.893+00:00

    Hello @sakuraime ,

    Thanks for the question and using MS Q&A platform.

    By default, timeout is set to four minutes for queries. This value can be increased if needed (capped at one hour).

    • If you query using Kusto.Explorer, use Tools > Options > Connections > Query Server Timeout.
    • Programmatically, set the servertimeout client request property, a value of type System.TimeSpan, up to an hour.

    110515-image.png

    For more details, refer to ADX - Limit execution timeout.

    Hope this helps. Do let us know if you any further queries.

    ---------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.