Re: Postgres with pthread

Поиск
Список
Период
Сортировка
От james
Тема Re: Postgres with pthread
Дата
Msg-id 373938ca-931e-2da4-d13f-a1cd712244e3@mansionfamily.plus.com
обсуждение исходный текст
Ответ на Re: Postgres with pthread  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
Ответы Re: Postgres with pthread  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
 > All threads are blocked in semaphores.
That they are blocked is inevitable - I guess the issue is that they are 
thrashing.
I guess it would be necessary to separate the internals to have some 
internal queueing and effectively reduce the number of actively 
executing threads.
In effect make the connection pooling work internally.

Would it be possible to make the caches have persistent (functional) 
data structures - effectively CoW?

And how easy would it be to abort if the master view had subsequently 
changed when it comes to execution?



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

Предыдущее
От: "Michelle Konzack"
Дата:
Сообщение: Re: [table partitioning] How many partitions are possibel?
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Postgres with pthread