Daljeet VirdiD
Convex Community10mo ago
11 replies
Daljeet Virdi

can multiple workers safely update different rows in a table concurrently

Hi team – quick question: can multiple workers safely update different rows in a table concurrently? I’m currently seeing table locking issues when multiple workers try to update the different rows of the same table.

Would it be better to insert new rows instead of updating an existing one? Is that the more appropriate pattern for handling streaming workloads, rather than trying to maintain a single record per stream?
Was this page helpful?