提交 6387c13b 编写于 作者: 雪洛's avatar 雪洛

docs: update uniCloud faq

上级 6a18ffa7
......@@ -350,4 +350,14 @@ uniCloud客户端callFunction及数据库相关接口会返回Promise类型结
<style>
</style>
```
\ No newline at end of file
```
### 常见数据库错误
**`operation exceeded time limit`错误**
此错误一般由数据库操作超时引发,具体如何优化请参考:[性能优化](db-performance.md)
**使用事务时出现`WriteConflict`错误**
事务的执行会锁行,同时执行的不同事务在操作同一行数据是会存在冲突导致写入失败。尽量优化流程,避免事务互相冲突
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册