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.
所以我今天想知道这个。在更新对象之前,真的有必要检查我的自定义对象是否脏吗?我看待它的方式是,检查和设置对象的脏状态只是服务器必须进行的更多调用,而不是对数据库进行一次调用。如果对象没有改变,那么什么都不会改变,但我仍然会有关于 lastupdated 和 lastupdatedby 的信息来看看有人这样做了。其他人对此有何看法?这只是个人喜好问题吗?