Re: vacuum, performance, and MVCC

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: vacuum, performance, and MVCC
Дата
Msg-id 449B4A40.80106@calorieking.com
обсуждение исходный текст
Ответ на Re: vacuum, performance, and MVCC  ("Mark Woodward" <pgsql@mohawksoft.com>)
Ответы Re: vacuum, performance, and MVCC
Re: vacuum, performance, and MVCC
Список pgsql-hackers
> The example is a very active web site, the flow is this:
> 
> query for session information
> process HTTP request
> update session information
> 
> This happens for EVERY http request. Chances are that you won't have
> concurrent requests for the same row, but you may have well over 100 HTTP
> server processes/threads answering queries in your web server farm.

You're crazy :)  Use memcache, not the DB :)

Chris



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Going for "all green" buildfarm results
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [CORE] GPL Source and Copyright Questions