Re: Re: MySQL and PostgreSQL speed compare

Поиск
Список
Период
Сортировка
От Tim Kientzle
Тема Re: Re: MySQL and PostgreSQL speed compare
Дата
Msg-id 3A5274E3.C25C89E@acm.org
обсуждение исходный текст
Ответ на Re: Re: MySQL and PostgreSQL speed compare  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
Bruce Momjian wrote:
> > One big advantage of MySQL over PostgreSQL
> > right now is ease of upgrading.
>
> Yes, that is a good point.  We are clearly
> fixing/improving the storage system, while
> MySQL has been able to keep the same one
> for many years.

Also, MySQL seems to have done a fairly good job
of abstracting the storage management, so that
they can support multiple storage managers.
They're exploiting this right now to develop
new storage systems while maintaining support
for the old ones during a transition period.
It also permits them to support features such
as in-memory temp tables and should simplify
implementing a distributed database at some
future date.

        - Tim

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

Предыдущее
От: "Eric Mueller"
Дата:
Сообщение: RE: RE: Re: MySQL and PostgreSQL speed compare
Следующее
От: eric@themepark.com
Дата:
Сообщение: RE: RE: Re: MySQL and PostgreSQL speed compare