Re: Database selection

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: Database selection
Дата
Msg-id a02fc2f1245740102a45ca7f68e40162b88635c8.camel@cybertec.at
обсуждение исходный текст
Ответ на Re: Database selection  (veem v <veema0000@gmail.com>)
Список pgsql-general
On Thu, 2023-09-21 at 02:41 +0530, veem v wrote:
> However, One of the things regarding the transaction management, which I see in
> most postgres blogs is 'mvcc'(multiversion concurrency control) being an issue
> at times in a heavy concurrent system, in postgres as its maintaining exact
> copies of all the old versions of the rows(if someone still reading those) and
> at times cleaning these(vacuuming) becomes a pain.

If your workload consists of updating rows over and over at high frequency, that
is particularly hard for PostgreSQL, and you might want to consider alternatives.
There are ways to mitigate the impact (HOT update), but that requires some design
and planning effort.

> Does AWS aurora postgres depend on the same vacuuming technology for maintaining
> the transactions?
> Does Aurora Mysql opt for a similar strategy for transaction management? or any
> different/better ones?

Nobody except Amazon can tell.  It is closed source.

Yours,
Laurenz Albe



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

Предыдущее
От: Laurenz Albe
Дата:
Сообщение: Re: Changed functionality from 14.3 to 15.3
Следующее
От: "Pandora"
Дата:
Сообщение: whether I can add a new encoding?