是否可以在不增加实例计数的情况下在 Azure 数据资源管理器上同时 运行 多个命令?

Is it possible to run more than one command at the same time on Azure Data Explorer without increasing the Instance Count?

我有一个场景,我需要从 Azure 数据资源管理器导出多个 CSV,因为我正在使用 .export 命令。当我多次尝试 运行 此请求时,出现以下错误

*TooManyRequests (429-TooManyRequests): {
      "error": {
          "code": "Too many requests",
          "message": "Request is denied due to throttling.",
          "@type": "Kusto.DataNode.Exceptions.ControlCommandThrottledException",
          "@message": "The control command was aborted due to throttling. Retrying after some backoff might succeed. CommandType: 'DataExportToFile'*

有没有一种方法可以在不增加实例数的情况下处理这个问题。

您可以更改容量策略:https://docs.microsoft.com/en-us/azure/data-explorer/kusto/management/capacitypolicy