ShardEngine相关属性在分片策略中有何意义?

发布于 2025-01-11 13:27:34 字数 526 浏览 0 评论 0原文

运行 .show database;具有 V3 kusto 引擎的 ADX 集群的策略分片返回以下结果:

{
  "MaxRowCount": 750000,
  "MaxExtentSizeInMb": 1024,
  "MaxOriginalSizeInMb": 2048,
  "UseShardEngine": true,
  "ShardEngineMaxRowCount": 1048576,
  "ShardEngineMaxExtentSizeInMb": 8192,
  "ShardEngineMaxOriginalSizeInMb": 3072
}

最后四个 ShardEngine 相关 json 属性的意义是什么? 文档没有提及它们。

Running .show database <DB name> policy sharding for an ADX cluster with V3 kusto engine returns the below result:

{
  "MaxRowCount": 750000,
  "MaxExtentSizeInMb": 1024,
  "MaxOriginalSizeInMb": 2048,
  "UseShardEngine": true,
  "ShardEngineMaxRowCount": 1048576,
  "ShardEngineMaxExtentSizeInMb": 8192,
  "ShardEngineMaxOriginalSizeInMb": 3072
}

What is the significance of the last four ShardEngine related json properties? The docs do not mention them.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

才能让你更想念 2025-01-18 13:27:34

UseShaedEngine 为 true 时,名称以 ShardEngine 开头的属性适用,即适用于使用 v3 引擎的表/数据库。 https://learn.microsoft.com/en-us/ azure/data-explorer/engine-v3

最终,适用于先前版本引擎的第二组属性将从策略中删除。

Properties whose names start with ShardEngine apply when UseShaedEngine is true, i.e. to tables/databases that are using the v3 engine. https://learn.microsoft.com/en-us/azure/data-explorer/engine-v3

Eventually, the second set of properties, that apply to the previous version of the engine, would be removed from the policy.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文