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.
如何防止 marklogic 触发器中的死锁。触发器正在使用集合。
mblakele 是对的,
但是,死锁通常会发生,因为您正在写入需要读取的文件或正在读取具有写入锁的文件。
因此,我将从查看您如何保存文件开始。您可能希望将您的储蓄与您的阅读分开。