Frequently updated tables

Поиск
Список
Период
Сортировка
От pgsql@mohawksoft.com
Тема Frequently updated tables
Дата
Msg-id 15231.64.119.142.34.1086722682.squirrel@mail.mohawksoft.com
обсуждение исходный текст
Ответы Re: Frequently updated tables  (Mark Kirkwood <markir@coretech.co.nz>)
Список pgsql-hackers
I've been down several roads about how to handle data that has to change
on a very frequent and rapid manner.

Think about summary tables, WEB session tables, etc. As great as MVCC is
for the vast majority of uses. The overhead of updates and deletes can
kill a project that needs to constantly update tables.

In most cases, the answer is just not to use PostgreSQL for that, but then
you are stuck with Mysql or something worse.

Would having a special class of table that is marked for frequent updates,
which causes the system to lock and update in place, make sense? Is that
even possible?

There has to be a way of making PostgreSQL able to handle this class of
problem. Anyone have a reasonable idea?


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

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: serverlog function (log_destination file)
Следующее
От: Mark Kirkwood
Дата:
Сообщение: Re: Frequently updated tables