| От | Neil Conway |
|---|---|
| Тема | Re: Anyone working on better transaction locking? |
| Дата | |
| Msg-id | 1050175777.392.13.camel@tokyo обсуждение исходный текст |
| Ответ на | Re: Anyone working on better transaction locking? (Kevin Brown <kevin@sysexperts.com>) |
| Список | pgsql-hackers |
On Fri, 2003-04-11 at 17:32, Kevin Brown wrote: > The big overhead in the process model on most platforms is in creation > and destruction of processes. PostgreSQL has a relatively high > connection startup cost. But there are ways of dealing with this > problem other than threading, namely the use of a connection caching > middleware layer. Furthermore, IIRC PostgreSQL's relatively slow connection creation time has as much to do with other per-backend initialization work as it does with the time to actually fork() a new backend. If there is interest in optimizing backend startup time, my guess would be that there is plenty of room for improvement without requiring the replacement of processes with threads. Cheers, Neil
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера