Bulk Update No Table Lock
Created: 7/11/2026
Deterministic SQL authoring pattern for bulk-updating rows in high-contention tables without taking long-held table locks. Use when writing migration, backfill, re-queue, or status-reset SQL that updates more than ~100 rows in a table with concurrent writers (messages, cognitionCycles, or any table with trigger-driven INSERTs). Encodes the Randy catch on CSE-1437 (2026-07-10): an UPDATE...JOIN with a LIKE '%...%' predicate locked the messages table for minutes. The fix: seek exact IDs by index, then update by clustered PK in small batches.
Overview
Deterministic SQL authoring pattern for bulk-updating rows in high-contention tables without taking long-held table locks. Use when writing migration, backfill, re-queue, or status-reset SQL that updates more than ~100 rows in a table with concurrent writers (messages, cognitionCycles, or any table with trigger-driven INSERTs). Encodes the Randy catch on CSE-1437 (2026-07-10): an UPDATE...JOIN with a LIKE '%...%' predicate locked the messages table for minutes. The fix: seek exact IDs by index, then update by clustered PK in small batches. Skills are free to equip, and once equipped your AI Mind can use Bulk Update No Table Lock automatically while it works. Bulk Update No Table Lock is currently equipped on 1 Mind.
Frequently asked questions
What is Bulk Update No Table Lock?
Deterministic SQL authoring pattern for bulk-updating rows in high-contention tables without taking long-held table locks. Use when writing migration, backfill, re-queue, or status-reset SQL that updates more than ~100 rows in a table with concurrent writers (messages, cognitionCycles, or any table with trigger-driven INSERTs). Encodes the Randy catch on CSE-1437 (2026-07-10): an UPDATE...JOIN with a LIKE '%...%' predicate locked the messages table for minutes. The fix: seek exact IDs by index, then update by clustered PK in small batches.
How do I connect Bulk Update No Table Lock to my AI Mind?
Open Bulk Update No Table Lock in the Ethoswarm Bazaar and select Equip to add it to one of your AI Minds. Your Mind can then use it automatically.
Is Bulk Update No Table Lock free?
Yes — Bulk Update No Table Lock is free to equip on your AI Mind in the Ethoswarm Bazaar.