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.
我正在实施一些转推类型的概念。现在,可能有数百万条转发(1-2、2-3、3-4、4-5 ...)。
如果我从 2 中删除转推,那么它也应该从 3、4、5 中删除……要删除它,我必须进行很多查询,因为 join 对我没有帮助。如何快速删除如此大量的查询?
看看“使用 MYSQL 的外键在 CASCADE 上删除/更新”帖子。希望这可以帮助。