Re: perfomance question/issues

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: perfomance question/issues
Дата
Msg-id Pine.LNX.4.33.0210211705520.23628-100000@css120.ihs.com
обсуждение исходный текст
Ответ на perfomance question/issues  ("Williams, Travis L, NPONS" <tlw@att.com>)
Список pgsql-general
On Mon, 21 Oct 2002, Williams, Travis L, NPONS wrote:

> How can you tell what the performance of you DB is?  I know a lot has to do with DB design..  I don't see postgres
usinga lot of memory or cpu on my system.. but everything seems a little slow for what I consider a small DB.. 
>
> What I have is 4 static columns that are indexed and roughly 460 that are updated.  Now I have only 215 rows.  If I
updateall of the columns then run vacuum analyze it takes 7-10 minutes.   I also have had trouble doing updates... I
havetried doing them through perl and psql by doing a \i then the file name.. I have also tried using begin; and end;
aroundthe file.. but it still takes 1 minute+ to update one row.  any suggestions are welcome. 
>
> Travis

What OS are ya running?  Just wondering.  It's not Windows and cygwin,
right?

Take a look at the output of your system logs to make sure you aren't
getting massive bus errors or running low on memory or something strange.

My Postgresql boxes can import about 4 to 10 thousand rows a minute, with
full PK indexes in place (dual PIII-750 with 512 Meg ram, nothing
amazing.)  Single drive no less.

Sounds like something is definitely wrong with your box or your postgresql
install.

Are you running 7.2.x?




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

Предыдущее
От: "Andrew Bartley"
Дата:
Сообщение: Re: ERROR: _mdfd_getrelnfd: cannot open relation pg_temp_15300_53: No such file or directory
Следующее
От: "Williams, Travis L, NPONS"
Дата:
Сообщение: Re: perfomance question/issues