Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
他们每个人改变一个属性的速度有多快?如果每个人单独从核心数据接收并更改一个属性,例如,对于 10,000 个对象,它将持续 40 秒并且很长。如果解决这个问题怎么办?
提前致谢!
更改所有项目属性,最后只进行保存操作——对所有实体进行一次保存操作。
大多数时候实际上是保存到磁盘,而不是更改属性。