Google App Engine 中的数据存储

发布于 2024-10-08 03:11:22 字数 104 浏览 3 评论 0原文

如何在 Google App Engine 中存储超过 10 MB 的数据? 数据存储中的 put() 仅允许 1 MB。 我是否需要将数据切成每个 1MB 的块并存储? 或者还有其他方法吗?

How do i store data which is more than 10 MB in google app engine?
put() from datastore allows only 1 MB.
do I need to slice my data into chunks of 1MB each and store ?
or is there any other way ?

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

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

发布评论

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

评论(1

北城半夏 2024-10-15 03:11:23

是的,使用数据存储时,您需要使用较小的块。您还可以使用 Blobstore API

Using the datastore, yes, you'll need to use smaller chunks. You could also use the Blobstore API.

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