Re: Optimizing POSTGRESQL config

Поиск
Список
Период
Сортировка
От Manfred Koizar
Тема Re: Optimizing POSTGRESQL config
Дата
Msg-id khnebvcaaqms5fcc0nlki5o21jpar1dq2o@4ax.com
обсуждение исходный текст
Ответ на Re: Optimizing POSTGRESQL config  (eurlix <eurlix@libertysurf.fr>)
Список pgsql-novice
On Fri, 2 May 2003 22:55:15 +0200, eurlix <eurlix@libertysurf.fr>
wrote:
> I agree with you, memory seem to be more important than CPU speed.
> (But it's not easy to found now less than 4 GHz CPU speed at the street corner)

 :-) and it's equally hard to find a new PC with less than 1 GB <g>.

> Have you an idea how to configure an AMD 800 MHz with 512 Mo of RAM
> for <= 16 users ?

Without any knowledge about your database size and usage patterns,
only vague ideas  -  I'd start with

    shared_buffers = 1000
    sort_mem = 4096
    effective_cache_size = 50000

>> This may slow down certain kinds of queries, locale C seems to be a
>> better choice if you have speed in mind. Search the archives for
>> details.
>>
> Can you explain a little more or give the archives references ?

Google for something like
    locale index like
or
    default locale considered harmful

Servus
 Manfred


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

Предыдущее
От: Kevin Coyner
Дата:
Сообщение: update in php and datatype question
Следующее
От: Ron Johnson
Дата:
Сообщение: Re: Application Development with PostgreSQL