Skip to content

Commit 24858f3

Browse files
authored
Merge pull request #127919 from youssef-jouan/patch-1
Update azure-database-explorer-output.md
2 parents 07c94d6 + 92d95d8 commit 24858f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/stream-analytics/azure-database-explorer-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ You can significantly grow the scope of real-time analytics by using Azure Strea
6464
## Other scenarios and limitations
6565

6666
* The name of the columns and data type should match between the Azure Stream Analytics SQL query and the Azure Data Explorer table. The comparison is case-sensitive.
67-
* Columns that exist in your Azure Data Explorer clusters but are missing in Azure Stream Analytics are ignored. Columns that are missing in Azure Stream Analytics raise an error.
67+
* Columns that exist in your Azure Data Explorer clusters but are missing in Azure Stream Analytics are ignored. Columns that are missing in Azure Data Explorer raise an error.
6868
* The order of your columns in your Azure Stream Analytics query doesn't matter. The schema of the Azure Data Explorer table determines the order.
6969
* Azure Data Explorer has an aggregation (batching) policy for data ingestion that's designed to optimize the ingestion process. The policy is configured to 5 minutes, 1,000 items, or 1 GB of data by default, so you might experience a latency. To reduce latency, enable streaming ingestion on your cluster, and then table or database by following the steps in [Configure streaming ingestion on your Azure Data Explorer cluster](/azure/data-explorer/ingest-data-streaming). For aggregation options, see [IngestionBatching policy](/azure/data-explorer/kusto/management/batchingpolicy).
7070

0 commit comments

Comments
 (0)