Concurrent update of an array field in Postgres

后端 未结 0 1155
借酒劲吻你
借酒劲吻你 2021-01-25 17:17

I have an array that I can update from multiple workers as follows: UPDATE my_table SET arr = array_append(my_table.arr, element).

The problem pops up when t

相关标签:
回答
  • 消灭零回复
提交回复
热议问题