79073921

Date: 2024-10-10 10:23:02
Score: 1
Natty:
Report link

Our solution is to create a temporary table and insert all the PKs that we need to delete to it.

Then we can use an inner join from our main table to that temporary table to delete. It is hitting index nicely for us.

Reasons:
  • Whitelisted phrase (-1): solution is
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Nemo Vu