Re: Need Some Recent Information on the Differences between Postgres and MySql

Поиск
Список
Период
Сортировка
От Rob Wultsch
Тема Re: Need Some Recent Information on the Differences between Postgres and MySql
Дата
Msg-id AANLkTimDgYr4sfxR-ZC8rioQxvd13nAsAQiPCQgg5wzj@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Need Some Recent Information on the Differences between Postgres and MySql  (John Gage <jsmgage@numericable.fr>)
Ответы Re: Need Some Recent Information on the Differences between Postgres and MySql  (Dave Page <dpage@pgadmin.org>)
Re: Need Some Recent Information on the Differences between Postgres and MySql  (John Gage <jsmgage@numericable.fr>)
Список pgsql-general
On Fri, Jun 25, 2010 at 1:22 AM, John Gage <jsmgage@numericable.fr> wrote:
> There are features, are there not, that Postgres has that MySQL does not
> have?
>
> I refer in particular to things like tsvector.
>
> Am I mistaken in this?
>
> John
>
>
> On Jun 25, 2010, at 3:46 AM, Rob Wultsch wrote:
>
>> unless there was a specific reason to migrate
>
>

MySQL has several full text search solutions. The built in MyISAM
solution is the best known, but there is also an engine for using
sphinx.

...

And there are features that MySQL has that PG does not. Index only
queries is a massive feature. Pluggable backend storage engines are
another. MySQL is also somewhat simpler to tune.

Both systems can work well. Both have advantages. Both can suck.

As has been just demonstrated, both have communities that suck at
mingling with the other major open source rdms.

--
Rob Wultsch
wultsch@gmail.com

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

Предыдущее
От: John Gage
Дата:
Сообщение: Re: Need Some Recent Information on the Differences between Postgres and MySql
Следующее
От: Dave Page
Дата:
Сообщение: Re: Need Some Recent Information on the Differences between Postgres and MySql