为什么读数据库用到的 get ,会报错 DB write action failed, resource exhausted?
仅仅执行如下代码:
uniCloud.database().collection('test_order').where({
_id: 'xxx'
}).get()
直接报错:Error: DB write action failed, resource exhausted
为什么读数据库用到的 get ,会报错 DB write action failed, resource exhausted?
仅仅执行如下代码:
uniCloud.database().collection('test_order').where({
_id: 'xxx'
}).get()
直接报错:Error: DB write action failed, resource exhausted
4 个回复
DCloud_云服务_moyang
服务空间数据库的读写操作数资源超上限了
potatoknight (作者)
读操作使用量并没有到上线呀
DCloud_云服务_moyang
私信发一下spaceId
2023-05-25 13:58
potatoknight (作者)
这个是今天读取使用量
potatoknight (作者)
我用不到多少写操作,但昨天写操作飙升,前面一直都很平稳
DCloud_云服务_moyang
写操作和数据大小有关,写入的数据量大,资源使用量就高,资源释义说明
2023-05-25 14:59