从 table 中获取所有内容并将其存储在数组中

Fetching everything from a table and storing it in an array

我正在开发一个使用 Microsoft Bot Framework 构建的聊天机器人,它从 Azure Table 中获取答案并存储为 JSON 对象。一旦 Node.js 代码 运行s,它就会从 answers table 中获取所有内容并将其存储在数组中。其余代码使用此数组来获取其数据。

我想知道 运行 以后会不会有什么限制?如果存储太多答案等,数组会变得太大吗?目前 table 包含大约 60 个答案。

您可以在此 link 上找到 Azure Table 存储的限制:https://docs.microsoft.com/en-us/azure/storage/common/storage-scalability-targets#azure-table-storage-scale-targets

它提到了以下内容:

您必须将答案保持在 1 MiB 以下,完整 table 保持在 500 TiB 以下。