Re: Mounting a data dir read only

Поиск
Список
Период
Сортировка
От Chad Wagner
Тема Re: Mounting a data dir read only
Дата
Msg-id 81961ff50701161538o41376afcnf9f1deec6334be46@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Mounting a data dir read only  (Thorsten Körner <t.koerner@cappuccinosoft.de>)
Список pgsql-general
On 1/16/07, Thorsten Körner <t.koerner@cappuccinosoft.de> wrote:
The projects Website is a very high traffic site, with about 500 Pi / sec.  we
are facing performance trouble, when using just one server.
Searches etc. we have implemented using lucene on our backend servers, to keep
the database alive, but since content is very dynamic, there is need to
update lucene indexes very often.
Another problem are some logs, like counters how often users have seen the
pages with contents or userprofiles etc.
All those things, seems to me very difficulty to implement with slony.
Do you have a hint, which way we can go?


Perhaps you need to look at a different solution.  It is apparent you want to reduce I/O and activity on the database, have you looked at distributed caches like memcached ( http://www.danga.com/memcached/) ?

Many popular high volume websites are using memcached (Wikipedia, Slashdot, Live Journal, etc.).

--
Chad
http://www.postgresqlforums.com/

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

Предыдущее
От: "Chad Wagner"
Дата:
Сообщение: Re: invalid byte sequence for encoding "UTF8"
Следующее
От: "Harpreet Dhaliwal"
Дата:
Сообщение: Re: Dynamic loading of Perl Code in Postgres functions