Azure 存储资源管理器崩溃

Azure Storage Explorer crashes

我正在使用 Microsoft Azure Storage Explorer 应用程序将 CSV 格式的数据导入到 Azure Table Storage。它有 100 多列,非常宽。

当我导入 10 行的示例时,它工作正常。当我尝试加载完整数据集(6 万行)时,Azure 存储资源管理器崩溃。

我即将探索其他工具(PowerShell、控制台应用等)。在我这样做之前,我想知道我是否遗漏或忽略了某些限制?

I am importing data in a CSV to Azure Table Storage using the Azure Storage Explorer application

我也用 Azure Storage Explorer 重现了这个问题。 据我所知,Azure 存储资源管理器很长时间没有得到积极维护。

我用 Microsoft Azure Storage Explorer. Please have a try to use Microsoft Azure Storage Explorer, it may work correctly if the CSV file is not over limitation. More info about Azure storage table limitation please refer to document.

可以正常工作

Max size of a table entity 1M

Max number of properties in a table entity 252

Max size of a single table 500T

以下是我的测试结果

更新 1:

如果有一个实体的大小大于 1M,那么 Microsoft Azure 存储资源管理器工具也会为我崩溃。请尝试检查是否有大小超过1M的实体。如果是这种情况,CSV 文件可能无法导入到 Azure 存储 table,因为 table 限制 table 实体大小小于 1M。

如果遇到任何问题,我们也可以将反馈发送给工具团队。