Re: Postgres server getting slow!!

Поиск
Список
Период
Сортировка
От N S
Тема Re: Postgres server getting slow!!
Дата
Msg-id 20050131054737.21552.qmail@webmail46.rediffmail.com
обсуждение исходный текст
Ответ на Postgres server getting slow!!  ("Narayanan Subramaniam Iyer" <bunix@rediffmail.com>)
Список pgsql-performance

Thanks joshua

  i tried running vacuum command,
vacuum database as well as vacuum <indvidual table names>

but even after that querying the database , the memory shoots up
as i mentioned in the previous mail and never comes down.
Also the old pids of connections established remains even after the
connection is closed.

Will backing up the complete database, dropping and recreating can
make any difference.


Kindly suggest

Thanks in advance

regards

N S


On Mon, 31 Jan 2005 Joshua D.Drake wrote :
>N S wrote:
>
>>I checked to find out the cause of the problem, ppp is disconnecting properly and the user session is also closed smoothely.
>>But when a report query is run on the table containing 32500 records,
>>the memory shoots up from 50 MB to 500 MB(Total memory is 512 MB RAM).
>>After that the memory usage never comes down .When some 4 or 5 user
>>connects, the remaining memory is utilised in a very little way, and finally the 6th or 7th user is denied with database access.The server now becomes slow.
>>
>>Will running vacuum help to solve the problem?
>>
>Sounds like you need to run vacuum and analyze. It also sounds like you
>may need to run vacuum full the first time.
>
>vacuum needs to be run regularly as does analyze.
>
>Sincerely,
>
>Joshua D. Drake
>
>
>>
>>The total database dump is 50 MB and the /var/lib/pgsql/data contains
>>700 MB of data.
>>
>>Which all paramters are required to be increased in postgresq.conf.
>>
>>
>>Regds
>>
>>N S
>>
>>On Sun, 30 Jan 2005 N S wrote :
>> >
>> >
>> >Thanks tom. I checked the client side software. The software closes connection when connected locally. But when connected through dialup,
>> >this problem comes. I will check the ppp connection also.
>> >Is there any method of killing old pids. And also any performance tuning to be done on postgresql.conf file.
>> >
>> >The database now contains 20K records. Will that cause  a problem?
>> >
>> >Regds
>> >
>> >Narayanan
>> >
>> >On Sat, 29 Jan 2005 Tom Lane wrote :
>> > >"Narayanan Subramaniam Iyer" <bunix@rediffmail.com> writes:
>> > > > 1) When 3 or 4 clients connect to this server, the pids are created and
>> > > > those pids are not killed even after the client disconnects.
>> > >
>> > >In that case your clients are not really disconnecting.  Take a closer
>> > >look at your client-side software.
>> > >
>> > >                regards, tom lane
>> > >
>> > >---------------------------(end of broadcast)---------------------------
>> > >TIP 3: if posting/reading through Usenet, please send an appropriate
>> > >      subscribe-nomail command to majordomo@postgresql.org so that your
>> > >      message can get through to the mailing list cleanly
>>
>>
>>
>><http://clients.rediff.com/signature/track_sig.asp>
>
>
>
>-- Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
>Postgresql support, programming shared hosting and dedicated hosting.
>+1-503-667-4564 - jd@commandprompt.com - http://www.commandprompt.com
>PostgreSQL Replicator -- production quality replication for PostgreSQL
>


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

Предыдущее
От: Manfred Koizar
Дата:
Сообщение: Re: Possibly slow query
Следующее
От: "N S"
Дата:
Сообщение: Re: Postgres server getting slow!!