#702 SCALE-01: Single queue table bottleneck under high load
Description
EditLocation: absurd_client.py. Issue: All workers contend on single queue table. FOR UPDATE SKIP LOCKED helps but doesnt eliminate hot spots. Index bloat grows with scale. Fix: Implement queue partitioning by tenant_id: CREATE TABLE PARTITION BY HASH (tenant_id).
Comments
Loading comments...
Context
Loading context...
Audit History
View AllLoading audit history...