gpt4 book ai didi

google-app-engine - 我可以在 Google Cloud Datastore 中使用的命名空间数量是否有限制?

转载 作者:行者123 更新时间:2023-12-04 16:50:46 24 4
gpt4 key购买 nike

我猜答案是否定的,因为文档中没有指定限制,但我有点困惑,因为命名空间选择在 Google Cloud 控制台中显示为下拉列表,这意味着不应该有更多 namespace 超出下拉菜单的范围。

基本上我想知道如果我为我拥有的每个用户创建一个命名空间并且我有十亿个用户,那么拥有十亿个命名空间是可以的。

最佳答案

Each entity in the Datastore has a key that uniquely identifies it. The key consists of the following components:

  • The namespace of the entity, which allows for multitenancy
  • The kind of the entity, which categorizes it for the purpose of Datastore queries
  • An identifier for the individual entity, which can be either

由于命名空间只是键(前缀)的一部分,所以对于Cloud Datastore,命名空间的最大数量是绝对没有限制的。

此外,在每个用户或每个客户端的基础上创建 namespace 通常是 namespace 的典型应用。您可以在 App Engine documentation 中找到更多详细信息.

关于google-app-engine - 我可以在 Google Cloud Datastore 中使用的命名空间数量是否有限制?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28875913/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com