potatoknight
potatoknight
  • 发布:2023-05-24 17:42
  • 更新:2023-05-25 11:46
  • 阅读:613

为什么读数据库用到的 get ,会报错 DB write action failed, resource exhausted?

分类:uniCloud

为什么读数据库用到的 get ,会报错 DB write action failed, resource exhausted?

仅仅执行如下代码:
uniCloud.database().collection('test_order').where({
_id: 'xxx'
}).get()

直接报错:Error: DB write action failed, resource exhausted

2023-05-24 17:42 负责人:无 分享
已邀请:
DCloud_云服务_moyang

DCloud_云服务_moyang

服务空间数据库的读写操作数资源超上限了

potatoknight

potatoknight (作者)

读操作使用量并没有到上线呀

potatoknight

potatoknight (作者)

这个是今天读取使用量

potatoknight

potatoknight (作者)

我用不到多少写操作,但昨天写操作飙升,前面一直都很平稳

要回复问题请先登录注册