user3596100
user3596100

Reputation: 187

Azure Data Explorer slow ingestion / failures

I am trying to ingest some data into ADX but I don't see any data appearing:

Worst part is that I am not able to cancel the ingestion, but have to wait 2 days. Is there a way to cancel?

How can I succesfully ingest this data? Is it supposed to take this long?

Upvotes: 0

Views: 1332

Answers (1)

yifats
yifats

Reputation: 2744

It looks like the ingestion is timing out, since each ingestion batch is too big. The best way to resolve this would be the add the raw data size of the blob (could be an approximate size) to the blob metadata, as explained here. Alternatively, you can try reducing the database/table batching policy, as explained here (you can start by reducing from 1GB to 500MB and reduce further if this is not sufficient).

Upvotes: 1

Related Questions