Re: more anti-postgresql FUD

Поиск
Список
Период
Сортировка
От alexei.vladishev@gmail.com
Тема Re: more anti-postgresql FUD
Дата
Msg-id 1160643500.451385.143100@h48g2000cwc.googlegroups.com
обсуждение исходный текст
Ответ на Re: more anti-postgresql FUD  (Chris Mair <chrisnospam@1006.org>)
Ответы Re: more anti-postgresql FUD  (Chris Mair <chrisnospam@1006.org>)
Список pgsql-general
> it would be cool if you could at least:
>
>  - bundle your updates into transactions of, say, 1000 updates at a time
>    i.e. wrap a BEGIN; END; around a 1000 of them
>  - run postgresql with fsync off, since you're using MyISAM
>  - run PostgreSQL at least 8, since you're running MySQL 5
>
> I'd bet MySQL would still be faster on such an artificial, single user
> test, but not *that much* faster.

I'm quite sure the results will be very close to what I get before even
if I do all of the above. My post was not about MySQL vs PostgreSQL. It
was about very fast performance degradation of PostgreSQL in case of
large number of updates provided vacuum is not used.

> If you don't want to install 8.0, could you maybe at least do the first
> two items (shouldn't be a lot of work)...?
>
> Which client are you using? Just mysql/psql or some API?

C API

Alexei


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

Предыдущее
От: ptjm@interlog.com (Patrick TJ McPhee)
Дата:
Сообщение: Re: Can a function determine whether a primary key constraint exists on a table?
Следующее
От: "pobox@verysmall.org"
Дата:
Сообщение: PostgreSQL Shared Memory and Semaphors