You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. In the [Web UI](https://dataexplorer.azure.com/), define [streaming ingestion policy](/azure/kusto/concepts/streamingingestionpolicy) on table(s) or database(s) that will receive streaming data.
35
+
1. In the [Web UI](https://dataexplorer.azure.com/), define [streaming ingestion policy](/azure/kusto/management/streamingingestionpolicy) on table(s) or database(s) that will receive streaming data.
36
36
37
37
> [!NOTE]
38
38
> * If the policy is defined at the database level, all tables in the database are enabled for streaming ingestion.
@@ -58,7 +58,7 @@ There are two supported streaming ingestion types:
58
58
> [!WARNING]
59
59
> Disabling streaming ingestion could take a few hours.
60
60
61
-
1. Drop [streaming ingestion policy](/azure/kusto/concepts/streamingingestionpolicy) from all relevant tables and databases. The streaming ingestion policy removal triggers streaming ingestion data movement from the initial storage to the permanent storage in the column store (extents or shards). The data movement can last between a few seconds to a few hours, depending on the amount of data in the initial storage and the CPU, and memory utilization of the cluster..
61
+
1. Drop [streaming ingestion policy](/azure/kusto/management/streamingingestionpolicy) from all relevant tables and databases. The streaming ingestion policy removal triggers streaming ingestion data movement from the initial storage to the permanent storage in the column store (extents or shards). The data movement can last between a few seconds to a few hours, depending on the amount of data in the initial storage, and how the CPU and memory is used by the cluster.
62
62
1. In the Azure portal, go to your Azure Data Explorer cluster. In **Settings**, select **Configurations**.
63
63
1. In the **Configurations** pane, select **Off** to disable **Streaming ingestion**.
64
64
1. Select **Save**.
@@ -67,13 +67,7 @@ There are two supported streaming ingestion types:
67
67
68
68
## Limitations
69
69
70
-
Streaming ingestion doesn't support the following features:
*[Data mapping](/azure/kusto/management/mappings). Only [pre-created](/azure/kusto/management/tables#create-ingestion-mapping) data mapping is supported.
74
-
75
-
Other limitations include:
76
-
70
+
* Streaming ingestion doesn't support [Database cursors](/azure/kusto/management/databasecursor) or [Data mapping](/azure/kusto/management/mappings). Only [pre-created](/azure/kusto/management/tables#create-ingestion-mapping) data mapping is supported.
77
71
* Streaming ingestion performance and capacity scales with increased VM and cluster sizes. Concurrent ingestions are limited to six ingestions per core. For example, for 16 core SKUs, such as D14 and L16, the maximal supported load is 96 concurrent ingestions. For two core SKUs, such as D11, the maximal supported load is 12 concurrent ingestions.
78
72
* The data size limitation per ingestion request is 4 MB.
79
73
* Schema updates, such as creation and modification of tables and ingestion mappings, may take up to five minutes for the streaming ingestion service.
0 commit comments