Incr/Decr Integer

Поиск
Список
Период
Сортировка
От William Scott Jordan
Тема Incr/Decr Integer
Дата
Msg-id 4A5F69DF.4080408@brownpapertickets.com
обсуждение исходный текст
Ответы Re: Incr/Decr Integer
Re: Incr/Decr Integer
Список pgsql-performance
Hey all!

Is there a better way to increase or decrease the value of an integer
than doing something like:

---
UPDATE the_table SET the_int = the_int + 1 WHERE the_id = 123 ;
---

We seem to be getting a lot of deadlocks using this method under heavy
load.  Just wondering if we should be doing something different.

Thanks!

-William

В списке pgsql-performance по дате отправления:

Предыдущее
От: Scott Carey
Дата:
Сообщение: Re: cluster index on a table
Следующее
От: Scott Carey
Дата:
Сообщение: Re: cluster index on a table