Re: PostgreSQL the right choice?

Поиск
Список
Период
Сортировка
От Vincent Stoessel
Тема Re: PostgreSQL the right choice?
Дата
Msg-id 3C901B25.4000503@xaymaca.com
обсуждение исходный текст
Ответ на PostgreSQL the right choice?  (Richard Chrenko <richard@solarenergy.ch>)
Ответы Re: PostgreSQL the right choice?  (Jean-Michel POURE <jm.poure@freesurf.fr>)
Список pgsql-general
Marshall Spight wrote:
> "Richard Chrenko" <richard@solarenergy.ch> wrote in message news:3C8EF7D7.1003ECC3@solarenergy.ch...
>
>>MySQL looks like it's free until you want to bundle it with a commercial
>>application, at which time license fees are required. What is the
>>situation with PostgreSQL?
>
>
> That's not why you want to avoid MySQL. You want to avoid MySQL
> because it's underpowered. No transactions, no foreign keys, no subselects,
> etc. etc.
>



Why is there so much mysql bashing?
I like postgresql too but I don't have to put down mysql
to justify using it.
Mysql is a simple, fast database that is quite solid from my experience.
It is usually my first choice as a web backend  for php/jsp  based websites.

I usually use postgresql on system based projects (usually in perl )
where I really need to use foreign keys and tranactions and  the
loss of data would be a very expensive thing.

The current version of mysql does have foreign keys and transactions
available via the new innodb table type. I have not used it production
yet, but I am testing them.




--
Vincent Stoessel vincent@xaymaca.com
Linux and Java Application Developer
(301) 362-1750
AIM, MSN: xaymaca2020 , Yahoo Messenger: vks_jamaica


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

Предыдущее
От: Steve Lane
Дата:
Сообщение: Re: Last Insert
Следующее
От: Jeff Fitzmyers
Дата:
Сообщение: Re: Postgres on Apple hardware?