RE: perfomance question

Поиск
Список
Период
Сортировка
От Michael Ansley
Тема RE: perfomance question
Дата
Msg-id 7F124BC48D56D411812500D0B747251480F40D@FILESERVER002
обсуждение исходный текст
Ответ на perfomance question  ("Nikolay Mijaylov" <nmmm@webfactory.bg>)
Список pgsql-admin

You might try pooling your database connections, for a start.  You don't say anywhere that you are doing this.

Cheers...

MikeA

-----Original Message-----
From: Nikolay Mijaylov [mailto:nmmm@webfactory.bg]
Sent: 14 February 2001 10:23
To: pgsql-admin@postgresql.org
Subject: [ADMIN] perfomance question

Hi all,

I have a large site currently hosted at following machine:

Linux 2
        64MB RAM, 2x100 MB Swap

Apache 1.3.X ( 120 connections, 2 min )
PHP 3.0.18 installed as CGI binary
MySQL ( 150 connections)

sitename: http://picof.com/nmmm

The site have too many visitors and all the pages are connected to the
database, most of them using select joining two tables (users + countries).
Rare new users are subscribed (insert into users) and existing users update
their profiles (update users).

Sometimes the system is overloading (130 httpd's, 130 apache's, 130
MySQL's), swaps about 100 MB and stops serving http requests.

Is there a possibility to improve performance of the computer?
                !!!I cannot upgrade the computer!!!

What will happen if I migrate to pgsql? Will I get less memory if I compile
the php as module + zend + persistent connections to the database?

Migration to mSQL version 1 ??? the queries are really very fair...? I dont
think so...

-----
ok anyway the only question related to group is what will happen if I
migrate to pgsql (and make a lots of indexes)?
--
(if you have suggestions not related to group, send them to me only)

Thanks,
Nikolay


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
Nick West - Global Infrastructure Manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

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

Предыдущее
От: "Nikolay Mijaylov"
Дата:
Сообщение: perfomance question
Следующее
От: Michael Ansley
Дата:
Сообщение: RE: v7.1b4 bad performance