Re: xmin and very high number of concurrent transactions

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: xmin and very high number of concurrent transactions
Дата
Msg-id 2f281edd-5a4e-c429-8e73-67b4a811baa7@aklaver.com
обсуждение исходный текст
Ответ на xmin and very high number of concurrent transactions  (Vijaykumar Jain <vjain@opentable.com>)
Ответы Re: [External] Re: xmin and very high number of concurrent transactions  (Vijaykumar Jain <vjain@opentable.com>)
Список pgsql-general
On 3/12/19 12:19 PM, Vijaykumar Jain wrote:
> I was asked this question in one of my demos, and it was interesting one.
> 
> we update xmin for new inserts with the current txid.

Why?

> now in a very high concurrent scenario where there are more than 2000
> concurrent users trying to insert new data,
> will updating xmin value be a bottleneck?
> 
> i know we should use pooling solutions to reduce concurrent
> connections but given we have enough resources to take care of
> spawning a new process for a new connection,
> 
> Regards,
> Vijay
> 
> 


-- 
Adrian Klaver
adrian.klaver@aklaver.com


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

Предыдущее
От: Vijaykumar Jain
Дата:
Сообщение: xmin and very high number of concurrent transactions
Следующее
От: Vijaykumar Jain
Дата:
Сообщение: Re: [External] Re: xmin and very high number of concurrent transactions